{ "opencollection": "1.0.0", "info": { "name": "API Gateway API", "version": "20190501" }, "items": [ { "info": { "name": "gateway", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all Gateways in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20190501/gateways", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ocid of the compartment in which to list resources." }, { "name": "certificateId", "value": "", "type": "query", "description": "Filter gateways by the certificate ocid." }, { "name": "displayName", "value": "", "type": "query", "description": "A user-friendly name. Does not have to be unique, and it's changeable.\n\nExample: `My new resource`\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycle state.\n\nExample: `SUCCEEDED`\n" }, { "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'. The default order depends on the sortBy value." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide one sort order (`sortOrder`).\nDefault order for `timeCreated` is descending. Default order for\n`displayName` is ascending. The `displayName` sort order is case\nsensitive.\n" } ] }, "docs": "Returns a list of gateways.\n" }, { "info": { "name": "Creates a new Gateway", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20190501/gateways", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new gateway.\n" }, { "info": { "name": "Get Gateway", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20190501/gateways/:gatewayId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The ocid of the gateway." } ] }, "docs": "Gets a gateway by identifier." }, { "info": { "name": "Update the Gateway by the identifier", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20190501/gateways/:gatewayId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The ocid of the gateway." }, { "name": "isLockOverride", "value": "", "type": "query", "description": "Whether to override locks (if any exist)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the gateway with the given identifier." }, { "info": { "name": "Delete a provisioned Gateway", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20190501/gateways/:gatewayId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The ocid of the gateway." }, { "name": "isLockOverride", "value": "", "type": "query", "description": "Whether to override locks (if any exist)." } ] }, "docs": "Deletes the gateway with the given identifier." }, { "info": { "name": "Adds a lock to a Gateway resource.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20190501/gateways/:gatewayId/actions/addLock", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The ocid of the gateway." } ] }, "docs": "Adds a lock to a Gateway resource." }, { "info": { "name": "Change the gateway compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20190501/gateways/:gatewayId/actions/changeCompartment", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The ocid of the gateway." }, { "name": "isLockOverride", "value": "", "type": "query", "description": "Whether to override locks (if any exist)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Changes the gateway compartment." }, { "info": { "name": "Removes a lock to a Gateway resource.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20190501/gateways/:gatewayId/actions/removeLock", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The ocid of the gateway." } ] }, "docs": "Removes a lock from a Gateway resource." } ] } ], "bundled": true }