{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud My Services Operations Resource API", "version": "v1" }, "items": [ { "info": { "name": "OperationsResource", "type": "folder" }, "items": [ { "info": { "name": "Returns operation resource collection, default ordering is \"id:asc\".", "type": "http" }, "http": { "method": "GET", "url": "https://itra.oraclecloud.com/itas/:domain/myservices/api/v1/operations", "headers": [ { "name": "X-ID-TENANT-NAME", "value": "" } ], "params": [ { "name": "domain", "value": "", "type": "path", "description": "The identity domain name or the IDCS GUID of the resource" }, { "name": "createdOnRangeEnd", "value": "", "type": "query", "description": "Range end filter based on the createdOn attribute" }, { "name": "createdOnRangeStart", "value": "", "type": "query", "description": "Range start filter based on the createdOn attribute" }, { "name": "expands", "value": "", "type": "query", "description": "list of sub objects to expand inside the operation object, supported values: none, operationItems" }, { "name": "limit", "value": "", "type": "query", "description": "Limits the number of resources to return" }, { "name": "modifiedOnRangeEnd", "value": "", "type": "query", "description": "Range end filter based on the modifiedOn attribute" }, { "name": "modifiedOnRangeStart", "value": "", "type": "query", "description": "Range start filter based on the modifiedOn attribute" }, { "name": "offset", "value": "", "type": "query", "description": "Starting offset of the resources to return" }, { "name": "operationItemAttributeName", "value": "", "type": "query", "description": "Return all operations who have an operationitem containing the specified attribute name" }, { "name": "operationItemAttributeValue", "value": "", "type": "query", "description": "Return all operations who have an operationitem containing the specified attribute value" }, { "name": "operationItemCurrentActions", "value": "", "type": "query", "description": "Comma separated list of operation item current actions, operation whose operation item current action matches one of the specified curent action will be returned." }, { "name": "operationItemDefinitionId", "value": "", "type": "query", "description": "DEPRECATED, use operationItemDefinitionIds, return the operations with an operation item definition specified" }, { "name": "operationItemDefinitionIds", "value": "", "type": "query", "description": "Comma separated list of operation item definitions, operations whose operation item has one of the specified operation item definition ids will be returned." }, { "name": "operationItemId", "value": "", "type": "query", "description": "Return the operation containing this operation item id" }, { "name": "operationItemStatus", "value": "", "type": "query", "description": "DEPRECATED, use operationItemStatuses, return the operations having at least one operation item with the specified status" }, { "name": "operationItemStatuses", "value": "", "type": "query", "description": "Comma separated list of operation item statuses, operations whose operation item status matches one of the specified operation item statuses will be returned." }, { "name": "orderBy", "value": "", "type": "query", "description": "Ordering of the resources, this resource can be ordered by id, createdOn, modifiedOn" }, { "name": "status", "value": "", "type": "query", "description": "DEPRECATED, use statuses, operations whose status matches the specified operation status will be returned." }, { "name": "statuses", "value": "", "type": "query", "description": "Comma separated list of operation statuses, operations whose status matches one of the specified operation statuses will be returned." }, { "name": "subSystem", "value": "", "type": "query", "description": "Subsytem to query, currently only TRA is supported, operations from other subsystems can only be queried by id." } ] }, "docs": "Returns operation resource collection, default ordering is \"id:asc\"" }, { "info": { "name": ".", "type": "http" }, "http": { "method": "POST", "url": "https://itra.oraclecloud.com/itas/:domain/myservices/api/v1/operations", "headers": [ { "name": "X-ID-TENANT-NAME", "value": "" } ], "params": [ { "name": "domain", "value": "", "type": "path", "description": "The identity domain name or the IDCS GUID of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

The operations resource is a mean to send and monitor asynchronous operations to various Oracle Cloud Service Components.\nThe operations consist of items defined in the operationItemDefinitions resource.

\n\n

Sample for creating a new service instance

\n
\n   POST /itas/idcs-b613095893a44b0582073eb2edade2de/myservices/api/v1/operations HTTP/1.1\n   User-Agent: test/1.0\n   Host: host\n   Accept: application/json\n   Content-Type:application/json\n\n   {\n   \"oper"
        }
      ]
    }
  ],
  "bundled": true
}