Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NVIDIA Run:ai Registry API

Use an images registry to enable the listting of repositories and tags that can be used as a data source location for data sets that are relevant to the workload being submitted.

NVIDIA Run:ai Registry API is one of 62 APIs that NVIDIA Run:ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Registry. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 7 operations across 4 paths, and defines 23 schemas. It is described by OpenAPI 3.0.3, at version latest.

Requests are made against a single base URL, https://app.run.ai.

7 operations 4 paths 23 schemas 1 DELETE4 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
latest
Base URL
https://app.run.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

NVIDIA Run:ai Registry API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer authentication

Paths & Operations 7

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

Registry 7

Use an images registry to enable the listting of repositories and tags that can be used as a data source location for data sets that are relevant to the workload being submitted.

GET
/api/v1/asset/registries
Get registries.
list_registries 1 param → 200401403503
POST
/api/v1/asset/registries
Create a registry asset.
create_registry body → 201400401403409503
GET
/api/v1/asset/registries/{AssetId}
Get a registry.
get_registry_by_id 1 param → 200401403404503
DELETE
/api/v1/asset/registries/{AssetId}
Delete a registry asset.
delete_registry 1 param → 204400401403404503
PUT
/api/v1/asset/registries/{AssetId}
Update a registry asset.
update_registry 1 param body → 200400401403409503
GET
/api/v1/asset/registries/{AssetId}/repositories
Get the repositories in the registry.
get_repositories 2 params → 200400401403404503
GET
/api/v1/asset/registries/{AssetId}/repositories/tags
Get the repositories tags in the registry.
get_repository_tags 3 params → 200400401403404503

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are AssetReadOnlyFields (11 properties), AssetCreationFields (7 properties), WorkloadSupportedTypes (5 properties), RegistrySpec (4 properties). Each schema is shown below with its type and property counts.

AssetDescription
string
The description of the asset.
RegistryCreationRequest
object
2 properties 2 required
WorkloadSupportedTypes
object
5 properties
AssetUpdatableFields
object
2 properties 1 required
Scope
string
The scope in which an asset can be used. The highest scope, system, is intended for internal purposes only.
Error
object
3 properties 2 required
RegistryListResponse
object
1 property 1 required
AssetId
string
Unique identifier of the asset.
Repositories
object
1 property 1 required
CredentialKind
string
The kind of credential used.
AssetCreationFields
object
7 properties 1 required
AssetName
string
The name of the asset.
AssetReadOnlyFields
object
11 properties 6 required
UpdateCount
integer
the value of an update counter of a data in the system.
AssetKind
string
The kind of the asset.
AssetCreationRequest
RegistryUpdateRequest
object
1 property 2 required
AssetMeta
RegistrySpec
object
4 properties 4 required
AssetUpdateRequest
Registry
object
2 properties 2 required
ClusterIdOptional
string
The id of the cluster.
RepositoryTags
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-registry-api-openapi.yml Raw ↑

Other APIs NVIDIA Run:ai publishes across the network.

NVIDIA Run:ai Access Keys API
NVIDIA Run:ai Access rules API
NVIDIA Run:ai Administrator Command Line Interface API
NVIDIA Run:ai AI Applications API
NVIDIA Run:ai Applications API
NVIDIA Run:ai AuditLogs API
NVIDIA Run:ai Clusters API
NVIDIA Run:ai Compute API
NVIDIA Run:ai ConfigMap API
NVIDIA Run:ai Credentials API
NVIDIA Run:ai Datasources API
NVIDIA Run:ai Datavolumes API