{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Network Topologies API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Network Topologies", "type": "folder" }, "items": [ { "info": { "name": "Get network topologies.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/network-topologies", "params": [ { "name": "filterBy", "value": "", "type": "query", "description": "Filter results by a parameter. Use the format field-name operator value. Supported operators: == Equals != Not equals <= Less than or equal >= Greater than or equal =@ Contains !@ Does not contain =^ Starts with =$ Ends with Date values must be in ISO 8601 timestamp format. Only the following operators support dates: ==, !=, <=, >=." } ] }, "docs": "Retrieve a list of network topologies with details." }, { "info": { "name": "Create network topologies", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/network-topologies", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a network topology object based on the provided specification." }, { "info": { "name": "Count the amount of network topologies in a tenant.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/network-topologies/count", "params": [ { "name": "filterBy", "value": "", "type": "query", "description": "Filter results by a parameter. Use the format field-name operator value. Supported operators: == Equals != Not equals <= Less than or equal >= Greater than or equal =@ Contains !@ Does not contain =^ Starts with =$ Ends with Date values must be in ISO 8601 timestamp format. Only the following operators support dates: ==, !=, <=, >=." } ] }, "docs": "Retrieve the count of network topologies in a tenant group by selected attributes" }, { "info": { "name": "Get network topology by id.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/network-topologies/:networkTopologyId", "params": [ { "name": "networkTopologyId", "value": "123e4567-e89b-12d3-a456-426614174000", "type": "path", "description": "The unique identifier for the network topology" } ] }, "docs": "Retrieve network topology details by Universally Unique Identifier (UUID)." }, { "info": { "name": "Delete network topology by ID.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.run.ai/api/v1/network-topologies/:networkTopologyId", "params": [ { "name": "networkTopologyId", "value": "123e4567-e89b-12d3-a456-426614174000", "type": "path", "description": "The unique identifier for the network topology" } ] }, "docs": "Delete an existing network topology by its ID." } ] } ], "bundled": true }