{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud My Services Operation Resource API", "version": "v1" }, "items": [ { "info": { "name": "OperationResource", "type": "folder" }, "items": [ { "info": { "name": "Retrieves an operation by its id.", "type": "http" }, "http": { "method": "GET", "url": "https://itra.oraclecloud.com/itas/:domain/myservices/api/v1/operations/:id", "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": "id", "value": "", "type": "path", "description": "The unique Operation Id" }, { "name": "expands", "value": "", "type": "query" } ] }, "docs": "Retrieves an operation by its id." }, { "info": { "name": "Update an operation.", "type": "http" }, "http": { "method": "PUT", "url": "https://itra.oraclecloud.com/itas/:domain/myservices/api/v1/operations/:id", "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": "id", "value": "", "type": "path", "description": "The unique Operation Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an operation" } ] } ], "bundled": true }