{ "opencollection": "1.0.0", "info": { "name": "Qiskit Runtime Analytics Accounts Instances API", "version": "0.45.3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Instances", "type": "folder" }, "items": [ { "info": { "name": "Get Current Instance Details", "type": "http" }, "http": { "method": "GET", "url": "https://quantum.cloud.ibm.com/api/v1/instance" }, "docs": "Returns the details of the current logged in instance, using CRN from the request header." }, { "info": { "name": "Get Instance Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://quantum.cloud.ibm.com/api/v1/instances/configuration" }, "docs": "Returns the configuration for the specified instance e.g. instance limit in seconds, using CRN from the request header." }, { "info": { "name": "Update Instance Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://quantum.cloud.ibm.com/api/v1/instances/configuration", "body": { "type": "json", "data": "{}" } }, "docs": "Update the configuration for the specified instance e.g. instance limit in seconds, using CRN from context params of the request." }, { "info": { "name": "Get Instance Usage", "type": "http" }, "http": { "method": "GET", "url": "https://quantum.cloud.ibm.com/api/v1/instances/usage" }, "docs": "Get instance usage" } ] } ], "bundled": true }