{ "opencollection": "1.0.0", "info": { "name": "Fusion Applications Environment Management Service Attachment API", "version": "20211201" }, "items": [ { "info": { "name": "serviceAttachment", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all the service attachments to the fusion pod", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/serviceAttachments", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter that returns all resources that match the specified lifecycle state." }, { "name": "serviceInstanceType", "value": "", "type": "query", "description": "A filter that returns all resources that match the specified lifecycle state." }, { "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": "Returns a list of service attachments.\n" }, { "info": { "name": "Get ServiceAttachment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/serviceAttachments/:serviceAttachmentId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "name": "serviceAttachmentId", "value": "", "type": "path", "description": "OCID of the Service Attachment" } ] }, "docs": "Gets a Service Attachment by identifier" } ] } ], "bundled": true }