{ "opencollection": "1.0.0", "info": { "name": "Service Manager Proxy API", "version": "20210914" }, "items": [ { "info": { "name": "serviceManagerProxy", "type": "folder" }, "items": [ { "info": { "name": "List all the SAAS environments on Service Manager Proxy.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20210914/serviceEnvironments", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "serviceEnvironmentId", "value": "", "type": "query", "description": "The unique identifier associated with the service environment. \n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" }, { "name": "serviceEnvironmentType", "value": "", "type": "query", "description": "The environment's service definition type. \nFor example, \"RGBUOROMS\" is the service definition type for \"Oracle Retail Order Management Cloud Service\".\n" }, { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) for the compartment." }, { "name": "limit", "value": "", "type": "query", "description": "How many records to return. Specify a value greater than zero and less than or equal to 1000. The default is 30.\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the previous \"List\" call." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. ID is default ordered as ascending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either `ASC` or `DESC`." }, { "name": "displayName", "value": "", "type": "query", "description": "The display name of the resource." } ] }, "docs": "List the details of Software as a Service (SaaS) environments provisioned by Service Manager.\nInformation includes the service instance endpoints and service definition details.\n" }, { "info": { "name": "Gets details about the service environment.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20210914/serviceEnvironments/:serviceEnvironmentId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "serviceEnvironmentId", "value": "", "type": "path", "description": "The unique identifier associated with the service environment. \n\n**Note:** Not an [OCID](/Content/General/Concepts/identifiers.htm).\n" }, { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) for the compartment." } ] }, "docs": "Get the detailed information for a specific service environment.\n" } ] } ], "bundled": true }