{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs IB Partitions API", "version": "v1alpha5" }, "items": [ { "info": { "name": "IB Partitions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve details for all Infiniband partitions that belongs to the user.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/networking/ib-partitions", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Retrieve details for all Infiniband partitions that belongs to the user." }, { "info": { "name": "Create a new Infiniband partition owned by the logged in user.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/projects/:project_id/networking/ib-partitions", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Create a new Infiniband partition owned by the logged in user." }, { "info": { "name": "Retrieve details for an Infiniband partition that belongs to the user.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/networking/ib-partitions/:ib_partition_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "ib_partition_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Retrieve details for an Infiniband partition that belongs to the user." }, { "info": { "name": "Delete an Infiniband partition owned by the logged in user.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/projects/:project_id/networking/ib-partitions/:ib_partition_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "ib_partition_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Delete an Infiniband partition owned by the logged in user." } ] } ], "bundled": true }