{ "opencollection": "1.0.0", "info": { "name": "Operator Access Control Operator Actions API", "version": "20200630" }, "items": [ { "info": { "name": "operatorActions", "type": "folder" }, "items": [ { "info": { "name": "Lists all the operator actions available in the system. You need to use these when you define an operator control.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20200630/operatorActions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "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 whose lifecycleState matches the given OperatorAction lifecycleState." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call." }, { "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. If no value is specified timeCreated is default.\n" } ] }, "docs": "Lists all the OperatorActions available in the system.\n" }, { "info": { "name": "Get OperatorAction", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20200630/operatorActions/:operatorActionId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "operatorActionId", "value": "", "type": "path", "description": "Unique Oracle supplied identifier associated with the operator action." } ] }, "docs": "Gets the operator action associated with the specified operator action ID." } ] } ], "bundled": true }