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

NVIDIA Run:ai PVC API

Use a PVC as a data source location for data sets that are relevant to the workload being submitted.

NVIDIA Run:ai PVC 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 PVC. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 6 operations across 3 paths, and defines 63 schemas. It is described by OpenAPI 3.2.0, at version latest.

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

6 operations 3 paths 63 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 1

NVIDIA Run:ai PVC 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 6

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

PVC 6

Use a PVC as a data source location for data sets that are relevant to the workload being submitted.

GET
/api/v1/asset/datasource/pvc
List PVC assets.
list_pvc_assets 11 params → 200401403503
POST
/api/v1/asset/datasource/pvc
Create a PVC asset.
create_pvc_asset body → 202400401403409503
GET
/api/v1/asset/datasource/pvc/{AssetId}
Get a PVC asset.
get_pvc_asset_by_id 6 params → 200401403404503
PUT
/api/v1/asset/datasource/pvc/{AssetId}
Update a PVC asset.
update_pvc_asset_by_id 1 param body → 202401403404default
DELETE
/api/v1/asset/datasource/pvc/{AssetId}
Delete a PVC asset.
delete_pvc_asset_by_id 1 param → 202401403404503
GET
/api/v1/asset/datasource/pvc/{AssetId}/history
Get the PVC history.
get_pvc_history 3 params → 200401403404503

Schemas 63

The contract defines 63 schemas that model the data the API accepts and returns. The most detailed are AssetReadOnlyFields (11 properties), Event1 (8 properties), PVCAsset (7 properties), AssetCreationFields (7 properties). Each schema is shown below with its type and property counts.

UpdateCount
integer
the value of an update counter of a data in the system.
Scope
string
The scope in which an asset can be used. The highest scope, system, is intended for internal purposes only.
AssetClusterStatusInfo
objectnull
4 properties
WorkloadSupportedTypes
objectnull
5 properties
ClusterIdOptional
stringnull
The id of the cluster.
AssetPhaseUpdate
objectnull
2 properties 2 required
WorkloadId1
string
A unique ID of the workload.
PvcVolumeMode
stringnull
Default volume mode for the PVC. Choose between Filesystem (default) or Block.
PvcClaimSize
stringnull
Requested size for the PVC. Mandatory when existingPvc is false. Recommended sizes: TB/GB/MB/TIB/GIB/MIB
AssetsUsageRef
object
Reference information about usage of assets by other assets, for example datasources that uses credentials.
5 properties
PvcFieldsNonUpdatable
objectnull
6 properties
AssetReadOnlyFields
object
11 properties 6 required
PvcAddedAttrValues
array
an optional array of key-values pairs that are written as annotations on the created PVC. the allowed attributes are determined according to the storage class…
AssetDatasourceRef
object
Reference information about a datasource asset.
4 properties 3 required
PVCAsset
object
7 properties 2 required
WorkloadName
string
The name of the workload.
AssetClusterStatusIssues
array
AssetUpdateRequest
AssetRef
object
Reference information about an asset.
2 properties 2 required
ScopeType
string
ScopeId
string
The id of the cluster, department or project, depending on the scope type.
ComplianceInfo
objectnull
Compliance of an asset with creation of workloads in a given project.
3 properties
PvcAccessModes
objectnull
Default access mode(s) applied to newly created PVCs unless explicitly overridden.
3 properties
AssetName
string
The name of the asset.
PVCListResponse
object
1 property 1 required
Event1
objectnull
8 properties 4 required
AssetMeta
HistoryRecords
array
DataSourceOverrides
objectnull
specific fields to override in the data source.
1 property
AssetClusterStatusIssue
object
3 properties 3 required
PolicyRuleEnum
stringnull
Indicates which validation rule (e.g., min, max, step, options, required, canEdit, canAdd) conflicted with policy restrictions, causing the asset or template t…
HistoryRecord
object
2 properties 2 required
AssetUsageInfo
objectnull
Details about resources that use the asset.
6 properties
PVCCreationRequest
object
2 properties 2 required
ClaimInfo
objectnull
Claim information for the newly created PVC. The information should not be provided when attempting to use existing PVC.
5 properties
PvcAddedAttrValue
object
2 properties 1 required
AssetUpdatableFields
object
2 properties 1 required
Pvc
PVCAssetSpec
AssetKind
string
The kind of the asset.
Error
object
3 properties 2 required
HttpResponse
object
2 properties 2 required
ClusterInfo1
objectnull
Cluster related information of the asset.
1 property
AssetCreationRequest
AssetsUsageRefCompute
objectnull
AssetClusterStatusIssueEnum
string
ClusterId
string
The id of the cluster.
UsageTimesInfo
objectnull
Details about times the asset has been used by workloads, etc.
1 property
AssetId
string
Unique identifier of the asset.
PVCUpdateRequest
object
2 properties 2 required
HistoryRecordType
string
EnvironmentAssetRef
object
Reference information about environment asset.
3 properties 2 required
AssetDescription
stringnull
The description of the asset.
WorkloadRefAndStatus
object
Id, name and status of a workspace or training
3 properties 2 required
PVCHistoryResponse
object
2 properties 1 required
AssetCreationFields
object
7 properties 1 required
PvcFieldsUpdatable
objectnull
1 property
HistoryRecordMeta
object
2 properties 2 required
ClusterResourceInfo
objectnull
1 property
InvolvedObject
object
4 properties 4 required
ToolType
string
Super set of Internal and External tool types.
AssetSyncStatusEnum
string
ComplianceInfoReason
object
An issue preventing the use of a template or asset for creating workloads in a given project.
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-pvc-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
Where this information came from

This is an independent, third-party profile of NVIDIA Run:ai PVC 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.