{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys NFS API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "NFS", "type": "folder" }, "items": [ { "info": { "name": "List NFS assets.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/asset/datasource/nfs", "params": [ { "name": "name", "value": "", "type": "query", "description": "Filter results by name." }, { "name": "scope", "value": "", "type": "query", "description": "Filters results by scope. Returns only assets that belong to the specified scope. Mutually exclusive with includeDescendants. Valid values: tenant, cluster, department, project." }, { "name": "projectId", "value": "", "type": "query", "description": "Filter results by project id. If scope filter is project, only assets from the specific project will be included in the response. Otherwise, the response will include project, department, cluster, tenant and system assets." }, { "name": "departmentId", "value": "", "type": "query", "description": "Filter results by department id. If scope filter is department, only assets from the specific department will be included in the response. Otherwise, the response will include department, cluster, tenant and system assets." }, { "name": "clusterId", "value": "", "type": "query", "description": "Filter results by Universally Unique Identifier (UUID) of the cluster. If scope filter is cluster, only assets from the specific cluster will be included in the response. Otherwise, the response will include cluster, tenant and system assets." }, { "name": "usageInfo", "value": "", "type": "query", "description": "Whether the query should include asset usage information as part of the response." }, { "name": "complyToProject", "value": "", "type": "query", "description": "Include workload creation compliance information of an asset, for a given project, as part of the response. To check compliance, you need to provide both project id and workload type." }, { "name": "complyToWorkloadType", "value": "", "type": "query", "description": "Include workload creation compliance information of an asset, for a given workload type, as part of the response. To check compliance, you need to provide both project id and workload type." }, { "name": "assetIds", "value": "", "type": "query", "description": "Filter results by the ids of the assets. Provided value should be a comma separated string of UUIDs." }, { "name": "complyToReplicaType", "value": "", "type": "query", "description": "Include workload creation compliance information of an asset, for a given replica type, as part of the response. To check compliance, you need to provide both project id and workload type. For distributed, replica type should be provided as well." } ] }, "docs": "Retrieve a list of NFS datasource assets." }, { "info": { "name": "Create an NFS asset.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/asset/datasource/nfs", "body": { "type": "json", "data": "{}" } }, "docs": "Use to create an NFS datasource asset." }, { "info": { "name": "Get an NFS asset.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/asset/datasource/nfs/:AssetId", "params": [ { "name": "AssetId", "value": "", "type": "path", "description": "Unique identifier of the asset." }, { "name": "usageInfo", "value": "", "type": "query", "description": "Whether the query should include asset usage information as part of the response." }, { "name": "complyToProject", "value": "", "type": "query", "description": "Include workload creation compliance information of an asset, for a given project, as part of the response. To check compliance, you need to provide both project id and workload type." }, { "name": "complyToWorkloadType", "value": "", "type": "query", "description": "Include workload creation compliance information of an asset, for a given workload type, as part of the response. To check compliance, you need to provide both project id and workload type." }, { "name": "complyToReplicaType", "value": "", "type": "query", "description": "Include workload creation compliance information of an asset, for a given replica type, as part of the response. To check compliance, you need to provide both project id and workload type. For distributed, replica type should be provided as well." } ] }, "docs": "Use to retrieve the details of NFS datasource asset by id." }, { "info": { "name": "Update an NFS asset.", "type": "http" }, "http": { "method": "PUT", "url": "https://app.run.ai/api/v1/asset/datasource/nfs/:AssetId", "params": [ { "name": "AssetId", "value": "", "type": "path", "description": "Unique identifier of the asset." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update the details of NFS datasource asset by id." }, { "info": { "name": "Delete an NFS asset.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.run.ai/api/v1/asset/datasource/nfs/:AssetId", "params": [ { "name": "AssetId", "value": "", "type": "path", "description": "Unique identifier of the asset." } ] }, "docs": "Use to delete an NFS datasource asset by id." } ] } ], "bundled": true }