{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Storage Class Configuration API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Storage Class Configuration", "type": "folder" }, "items": [ { "info": { "name": "List storage class configurations", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/storage-class-configuration", "params": [ { "name": "filterBy", "value": "", "type": "query", "description": "Filter results by a parameter. Use the format field-name operator value. Operators are == Equals, != Not equals, <= Less than or equal, >= Greater than or equal, =@ contains, !@ Does not contains, =^ Starts with and =$ Ends with. Dates are in ISO 8601 timestamp format and available for operators ==, !=, <= and >=." }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort results by a parameters." }, { "name": "sortOrder", "value": "", "type": "query", "description": "Sort results in descending or ascending order." }, { "name": "offset", "value": "", "type": "query", "description": "The offset of the first item returned in the collection." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of entries to return." } ] }, "docs": "Retrieves a list of storage class configurations defined in the system." }, { "info": { "name": "Create storage class configuration", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/storage-class-configuration", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new storage class configuration in the NVIDIA Run:ai platform.\nThis endpoint enables administrators to define storage class behavior and customize their usage settings.\n" }, { "info": { "name": "Get storage class configuration by id", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/storage-class-configuration/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "unique identifier of the storage class configuration" }, { "name": "tenantId", "value": "", "type": "query" } ] }, "docs": "Retrieves a specific storage class configuration by its unique identifier. Use this endpoint to view detailed information about the configuration, including its permissions and customization options.\n" }, { "info": { "name": "Update storage class configuration by id", "type": "http" }, "http": { "method": "PUT", "url": "https://app.run.ai/api/v1/storage-class-configuration/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "unique identifier of the storage class configuration" }, { "name": "tenantId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing storage class configuration by its unique identifier. Use this endpoint to fully replace an existing configuration, including permissions and customization settings." }, { "info": { "name": "Patch storage class configuration by id", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.run.ai/api/v1/storage-class-configuration/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "unique identifier of the storage class configuration" }, { "name": "tenantId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially updates an existing storage class configuration by its unique identifier. Use this endpoint to modify specific fields, such as permissions, customization values, or attributes, without replacing the entire configuration." }, { "info": { "name": "Delete storage class configuration by id", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.run.ai/api/v1/storage-class-configuration/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "unique identifier of the storage class configuration" }, { "name": "tenantId", "value": "", "type": "query" } ] }, "docs": "Deletes a specific storage class configuration by its unique identifier. Use this endpoint to permanently remove configurations that are no longer needed." } ] } ], "bundled": true }