{ "opencollection": "1.0.0", "info": { "name": "Oracle API Access Control Privileged API Requests API", "version": "20241130" }, "items": [ { "info": { "name": "privilegedApiRequests", "type": "folder" }, "items": [ { "info": { "name": "Lists all privilegedApi requests in the compartment.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20241130/privilegedApiRequests", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources." }, { "name": "id", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the PrivilegedApiRequest." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly." }, { "name": "resourceId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the resource ." }, { "name": "resourceType", "value": "", "type": "query", "description": "A filter to return only lists of resources that match the entire given service type." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycle state. The\nstate value is case-insensitive.\n" }, { "name": "state", "value": "", "type": "query", "description": "A filter to return only resources that match the state. The\nstate value is case-insensitive.\n" }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the opc-next-page response header from the previous\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide only one sort order. Default order for `timeCreated`\nis descending. Default order for `displayName` is ascending.\n" } ] }, "docs": "Lists all privilegedApi requests in the compartment.\n" }, { "info": { "name": "Creates a PrivilegedApiRequest.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20241130/privilegedApiRequests", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a PrivilegedApiRequest.\n" }, { "info": { "name": "Get PrivilegedApiRequest", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20241130/privilegedApiRequests/:privilegedApiRequestId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "privilegedApiRequestId", "value": "", "type": "path", "description": "unique PrivilegedApiRequest identifier" } ] }, "docs": "Gets information about a PrivilegedApiRequest." }, { "info": { "name": "Approves privilegedApi request.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20241130/privilegedApiRequests/:privilegedApiRequestId/actions/approve", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "privilegedApiRequestId", "value": "", "type": "path", "description": "unique PrivilegedApiRequest identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Approves privilegedApi request.\n" }, { "info": { "name": "Closes privilegedApi request.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20241130/privilegedApiRequests/:privilegedApiRequestId/actions/close", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "privilegedApiRequestId", "value": "", "type": "path", "description": "unique PrivilegedApiRequest identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Closes privilegedApi request.\n" }, { "info": { "name": "Rejects privilegedApi request.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20241130/privilegedApiRequests/:privilegedApiRequestId/actions/reject", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "privilegedApiRequestId", "value": "", "type": "path", "description": "unique PrivilegedApiRequest identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rejects privilegedApi request.\n" }, { "info": { "name": "Revokes an already approved privilegedApi request.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20241130/privilegedApiRequests/:privilegedApiRequestId/actions/revoke", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "privilegedApiRequestId", "value": "", "type": "path", "description": "unique PrivilegedApiRequest identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revokes an already approved privilegedApi request.\n" } ] } ], "bundled": true }