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 UniFS As A Service (UaaS) API

The UniFS As A Service (UaaS) API from Nasuni — 10 operation(s) for unifs as a service (uaas).

Nasuni UniFS As A Service (UaaS) API is one of 30 APIs that Nasuni publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include UniFS As A Service (UaaS). The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a changelog.

This API exposes 18 operations across 10 paths, and defines 35 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.

18 operations 10 paths 35 schemas 1 DELETE9 GET5 PATCH3 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 UniFS As A Service (UaaS) 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 18

Across 10 paths, the API surfaces 18 operations — 1 DELETE, 9 GET, 5 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

UniFS As A Service (UaaS) 18
GET
/uaas/stacks
Get UaaS Stacks
get_stacks_uaas_stacks_get → 200401403409422500
GET
/uaas/stacks/{stack_id}
Get UaaS Stack
get_stack_uaas_stacks__stack_id__get 1 param → 200401403404409422500
PATCH
/uaas/stacks/{stack_id}
Update UaaS Stack
update_stack_uaas_stacks__stack_id__patch 1 param body → 200401403404409422500
GET
/uaas/stacks/{stack_id}/nds
Get NDS Configuration for an UaaS Stack
get_stack_nds_uaas_stacks__stack_id__nds_get 1 param → 200422
PATCH
/uaas/stacks/{stack_id}/nds
Update NDS Configuration
update_nds_config_uaas_stacks__stack_id__nds_patch 1 param body → 200422
GET
/uaas/stacks/{stack_id}/volumes
List Stack Volumes
get_stack_volumes_uaas_stacks__stack_id__volumes_get 1 param → 200422
GET
/uaas/stacks/{stack_id}/volumes/{volume_id}
Get Stack Volume
get_stack_volume_uaas_stacks__stack_id__volumes__volume_id__get 2 params → 200422
POST
/uaas/stacks/{stack_id}/volumes/{volume_id}
Add a Volume to Stack
add_stack_volume_uaas_stacks__stack_id__volumes__volume_id__post 2 params body → 202422
PATCH
/uaas/stacks/{stack_id}/volumes/{volume_id}
Update a Stack Volume
update_stack_volume_uaas_stacks__stack_id__volumes__volume_id__patch 2 params body → 200422
DELETE
/uaas/stacks/{stack_id}/volumes/{volume_id}
Remove a Volume from Stack
delete_stack_volume_uaas_stacks__stack_id__volumes__volume_id__delete 2 params → 200422
GET
/uaas/stacks/{stack_id}/sraas
Get SRaaS Configuration for an UaaS Stack
get_stack_sraas_uaas_stacks__stack_id__sraas_get 1 param → 200422
GET
/uaas/analytics_connector
Get Analytics Connector Information
get_analytics_connector_info_uaas_analytics_connector_get → 200
POST
/uaas/analytics_connector
Generate Analytics Connector Key
generate_analytics_connector_key_uaas_analytics_connector_post → 200
PATCH
/uaas/analytics_connector
Update Analytics Connector
update_analytics_connector_uaas_analytics_connector_patch body → 200422
GET
/uaas/stacks/{stack_id}/nds/blob-keys
Get Blob Access Keys for UaaS Stack
get_blob_access_keys_uaas_stacks__stack_id__nds_blob_keys_get 1 param → 200422
PATCH
/uaas/stacks/{stack_id}/nds/blob-keys/{blob_key_id}
Regenerate Blob Access Key
regenerate_blob_access_key_uaas_stacks__stack_id__nds_blob_keys__blob_key_id__patch 2 params → 200422
GET
/uaas/stacks/{stack_id}/nds/blob-keys/{blob_key_id}
Get a specific Blob Access Key for UaaS Stack
get_blob_access_key_uaas_stacks__stack_id__nds_blob_keys__blob_key_id__get 2 params → 200422
POST
/uaas/stacks/{stack_id}/nds/sas-token
Generate SAS Token for Blob Storage Access
generate_sas_token_uaas_stacks__stack_id__nds_sas_token_post 1 param body → 200422

Schemas 35

The contract defines 35 schemas that model the data the API accepts and returns. The most detailed are TaskDto (17 properties), UaasStackDetailDto (16 properties), NacRunHistoryDto (16 properties), UaasStackBaseDto (12 properties). Each schema is shown below with its type and property counts.

TaskStepState
string
UaasStackBaseDto
object
12 properties 6 required
UaasStackSraasDto
object
2 properties 2 required
UaasStackUpdateDetailDto
object
4 properties
UaasSasTokenResponseDto
object
2 properties 2 required
UaasStackNdsConfigDto
object
Response DTO for NDS config endpoint — only config-level fields.
2 properties
UaasS3ConfigRevealedDto
object
3 properties
UaasStackDetailDto
object
16 properties 6 required
UaasSasTokenPermissionType
string
TaskDto
object
Full/internal task view: the customer summary plus internal steps and captured auth context. Produced by the repo/converters and consumed across the backend. I…
17 properties 8 required
AnalyticsConnectorDto
object
8 properties 8 required
AnalyticsConnectorAwsIdsDto
object
1 property 1 required
UaasVolumeNdsDto
object
3 properties
ErrorResponse
object
2 properties 2 required
NdsVolumesResponseDto
object
1 property
UaasBlobAccessKeyRevealedDto
object
4 properties 3 required
UaasS3ConfigDto
object
2 properties
UaasRunMetricDto
object
7 properties 7 required
ValidationErrorResponse
object
2 properties 2 required
TaskState
string
UaasUpdateNdsConfigDto
object
2 properties
UaasBlobAccessKeyDto
object
DTO for Azure Blob Access Keys used in UaaS stacks
4 properties 3 required
UaasSasTokenRequestDto
object
4 properties 3 required
NacRunHistoryDto
object
16 properties 14 required
TaskStepDto
object
5 properties 4 required
UpdateUaasVolumeNdsDto
object
3 properties
HTTPValidationError
object
2 properties 2 required
AnalyticsConnectorKeyDto
object
1 property 1 required
UaasStackNdsDto
object
6 properties
UaasStacksDto
object
1 property 1 required
TaskInitiator
string
UaasBlobAccessKeysDto
object
1 property 1 required
NocStackCloudProvider
string
TaskExecutor
string
NocUaasLogLevel
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nasuni-unifs-as-a-service-uaas-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 Cloud Credentials API
Nasuni Configuration API
Nasuni Data API
Nasuni Edge Appliances (Edge) API
Nasuni File IQ Appliances (File IQ) API
Where this information came from

This is an independent, third-party profile of Nasuni UniFS As A Service (UaaS) 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.