{ "opencollection": "1.0.0", "info": { "name": "Managed Access Partner API", "version": "20220126" }, "items": [ { "info": { "name": "partner", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all partners in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220126/partners", "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": "name", "value": "", "type": "query", "description": "A filter to return only resources that match the entire name given." }, { "name": "id", "value": "", "type": "query", "description": "unique Partner identifier" }, { "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 Partners.\n" }, { "info": { "name": "Creates a new Partner", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220126/partners", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Partner.\n" }, { "info": { "name": "Get Partner", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220126/partners/:partnerId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "unique Partner identifier" } ] }, "docs": "Gets a Partner by identifier" }, { "info": { "name": "Update the Partner identified by the id", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220126/partners/:partnerId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "unique Partner identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Partner" }, { "info": { "name": "Delete a provisioned Partner", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220126/partners/:partnerId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "unique Partner identifier" } ] }, "docs": "Deletes a Partner resource by identifier" }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220126/partners/:partnerId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "partnerId", "value": "", "type": "path", "description": "unique Partner identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a Partner resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource." } ] } ], "bundled": true }