{ "opencollection": "1.0.0", "info": { "name": "Managed Access Lockbox API", "version": "20220126" }, "items": [ { "info": { "name": "lockbox", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all Lockboxes in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220126/lockboxes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources their lifecycleState matches the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "id", "value": "", "type": "query", "description": "unique Lockbox identifier" }, { "name": "resourceId", "value": "", "type": "query", "description": "The ID of the resource associated with the lockbox." }, { "name": "lockboxPartner", "value": "", "type": "query", "description": "The name of the lockbox partner." }, { "name": "partnerId", "value": "", "type": "query", "description": "The ID of the partner." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.\n" } ] }, "docs": "Returns a list of Lockboxes.\n" }, { "info": { "name": "Creates a new Lockbox", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220126/lockboxes", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Lockbox.\n" }, { "info": { "name": "Get Lockbox", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220126/lockboxes/:lockboxId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "lockboxId", "value": "", "type": "path", "description": "unique Lockbox identifier" } ] }, "docs": "Gets a Lockbox by identifier" }, { "info": { "name": "Update the Lockbox identified by the id", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220126/lockboxes/:lockboxId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "lockboxId", "value": "", "type": "path", "description": "unique Lockbox identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Lockbox" }, { "info": { "name": "Delete a provisioned Lockbox", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220126/lockboxes/:lockboxId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "lockboxId", "value": "", "type": "path", "description": "unique Lockbox identifier" } ] }, "docs": "Deletes a Lockbox resource by identifier" }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220126/lockboxes/:lockboxId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "lockboxId", "value": "", "type": "path", "description": "unique Lockbox identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a Lockbox resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource." }, { "info": { "name": "Get Lockbox Internal model", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220126/lockboxes/:lockboxId/internal", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "lockboxId", "value": "", "type": "path", "description": "unique Lockbox identifier" } ] }, "docs": "Gets a LockboxInternal by identifier" }, { "info": { "name": "Migrate old lockbox with different operations", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220126/lockboxes/:lockboxId/migrate", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "lockboxId", "value": "", "type": "path", "description": "unique Lockbox identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Migrate old lockboxes with different operations" } ] } ], "bundled": true }