How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nasuni Cloud Credentials API

The Cloud Credentials API from Nasuni — 5 operation(s) for cloud credentials.

Nasuni Cloud Credentials API is one of 30 APIs that Nasuni publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Cloud Credentials. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a changelog.

This API exposes 8 operations across 5 paths, and defines 41 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against 3 base URLs: https://am1.portal.api.nasuni.com, https://eu1.portal.api.nasuni.com, https://ap1.portal.api.nasuni.com.

8 operations 5 paths 41 schemas 1 DELETE4 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://hostname/api/v1.2
Authentication
API Key, API Key, API Key, HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 5

Nasuni Cloud Credentials API declares 5 security schemes for authenticating requests. An API key is passed in the header as x-service-key (ServiceKeyHeader). An API key is passed in the header as x-service-secret (ServiceSecretHeader). An API key is passed in the header as x-user-key (UserKeyHeader). It accepts HTTP bearer tokens (JWT) (HTTPBearer). It supports OAuth 2.0 (OAuth2ClientCredentials) using the clientCredentials flow. By default, every request must be authenticated.

  • ServiceKeyHeader — Service key for programmatic API access. Must be used together with x-service-secret.
  • ServiceSecretHeader — Service secret for programmatic API access. Must be used together with x-service-key.
  • UserKeyHeader — User key for user-specific API access.
  • HTTPBearer — Bearer token obtained from /auth/token endpoint.
  • OAuth2ClientCredentials — Standard OAuth2 Client Credentials flow (RFC 6749 §4.4). Send clientid (service key) and clientsecret (service secret) as form-encoded body parameters to the t…

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 4 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Cloud Credentials 8
GET
/cloud-credentials
Get Cloud Credentials
get_cloud_credentials_cloud_credentials_get 9 params → 200400401403422500
POST
/cloud-credentials
Create Cloud Credential
create_credential_cloud_credentials_post body → 202401403404422500503
GET
/cloud-credentials/{credential_id}
Get Cloud Credential by ID
get_cloud_credentials_credential_cloud_credentials__credential_id__get 1 param → 200401403404422500
DELETE
/cloud-credentials/{credential_id}
Delete Cloud Credential
delete_cloud_credential_cloud_credentials__credential_id__delete 1 param body → 202401403404409422500503
PATCH
/cloud-credentials/{credential_id}
Update Cloud Credential
update_credential_cloud_credentials__credential_id__patch 1 param body → 202401403422500
POST
/cloud-credentials/exports
Create Cloud Credentials Export
create_export_cloud_credentials_exports_post body → 202400401403422500
GET
/cloud-credentials/exports/{request_id}
Get Cloud Credential Export Status
get_export_status_cloud_credentials_exports__request_id__get 1 param → 200401403404422500
GET
/cloud-credentials/files/{file_id}
Download Cloud Credential Export
download_file_cloud_credentials_files__file_id__get 1 param → 200401403404422500

Schemas 41

The contract defines 41 schemas that model the data the API accepts and returns. The most detailed are CloudCredentialDto (21 properties), S3CompatibleCredentialRequest (10 properties), AWSS3CredentialUpdateRequest (10 properties), AWSS3GovCloudCredentialRequest (10 properties). Each schema is shown below with its type and property counts.

CloudCredentialVolumeDto
object
Lightweight volume reference associated with a credential.
2 properties 2 required
CloudCredentialDeleteResponseDto
object
Response for a credential delete request — split by per-appliance outcome.
2 properties 1 required
TaskCreatedDto
object
Minimal task response returned when an async operation is accepted (HTTP 202).
2 properties 2 required
SortDirection
string
AWSS3CredentialRequest
object
10 properties 4 required
CleversafeCredentialRequest
object
8 properties 4 required
IBMCredentialRequest
object
8 properties 4 required
GCSCredentialRequest
object
8 properties 4 required
ExportStatus
string
AWSS3CredentialUpdateRequest
object
10 properties 3 required
AzureCredentialUpdateRequest
object
8 properties 3 required
HCPCredentialRequest
object
8 properties 4 required
AWSS3GovCloudCredentialUpdateRequest
object
10 properties 3 required
CloudCredentialsDto
object
Response DTO for a list of cloud credentials with cursor-based pagination.
2 properties 1 required
ErrorResponse
object
2 properties 2 required
CloudCredentialDeleteRequest
object
Delete request body — explicit target appliance serials.
1 property 1 required
S3CompatibleCredentialUpdateRequest
object
10 properties 3 required
ValidationErrorResponse
object
2 properties 2 required
CloudCredentialPaginationMetadataDto
object
Pagination metadata for credential list responses.
5 properties 1 required
S3CompatibleCredentialRequest
object
10 properties 4 required
TaskState
string
ExportStatusDto
object
4 properties 2 required
NocCloudStorageProtocol
string
The underlying storage API/protocol (maps to 'type' in NOC response).
CloudCredentialDto
object
Response DTO for a single cloud credential.
21 properties 14 required
CloudCredentialStatus
string
Derived status of a credential on a specific edge.
CloudCredentialErrorDto
object
Error details returned when credential status is 'failed'. Populated from the latest edge error message associated with the credential's most recent failed tas…
5 properties 4 required
NocCloudProvider
string
Cloud provider identity as used by NOC (shortname).
AzureCredentialRequest
object
8 properties 4 required
HTTPValidationError
object
2 properties 2 required
CloudCredentialExportRequestDto
object
Request body for cloud credential CSV exports. Mirrors list filters so the export reflects the currently filtered view.
6 properties
AWSS3GovCloudCredentialRequest
object
10 properties 4 required
ViprCredentialUpdateRequest
object
8 properties 3 required
GCSCredentialUpdateRequest
object
8 properties 3 required
HCPCredentialUpdateRequest
object
8 properties 3 required
ViprCredentialRequest
object
8 properties 4 required
CloudCredentialSortBy
string
Sortable columns for credential list queries.
CloudCredentialUpdateResponseDto
object
Response for a credential update request — split by per-appliance outcome.
2 properties 1 required
ErrorResponseBaseDto
object
1 property 1 required
NocCloudVendor
string
Who provisions the cloud infrastructure.
IBMCredentialUpdateRequest
object
8 properties 3 required
FailedUnreachableEdgeDto
object
Per-appliance task row created in failed state up front because the appliance was unreachable at request time — surfaced to the user via the Acknowledge UX so…
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nasuni-cloud-credentials-api-openapi.yml Raw ↑

Other APIs Nasuni publishes across the network.

Nasuni Data API
Nasuni Portal MCP Server
Nasuni Account API
Nasuni Account Management API
Nasuni Activity Logs API
Nasuni AI Activate API
Nasuni Auth API
Nasuni Configuration API
Nasuni Data API
Nasuni Edge Appliances (Edge) API
Nasuni File IQ Appliances (File IQ) API
Nasuni Filers API
Where this information came from

This is an independent, third-party profile of Nasuni Cloud Credentials API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.