{ "opencollection": "1.0.0", "info": { "name": "Web Application Acceleration () Waa API", "version": "20211230" }, "items": [ { "info": { "name": "waa", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of WebAppAccelerationPolicies.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211230/webAppAccelerationPolicies", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "id", "value": "", "type": "query", "description": "A filter to return only the WebAppAccelerationPolicy with the given [OCID](/Content/General/Concepts/identifiers.htm)." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "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.\nDefault order for timeCreated is descending.\nDefault order for displayName is ascending.\nIf no value is specified timeCreated is default.\n" } ] }, "docs": "Gets a list of all WebAppAccelerationPolicies in a compartment.\n" }, { "info": { "name": "Creates a new WebAppAccelerationPolicy.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211230/webAppAccelerationPolicies", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new WebAppAccelerationPolicy.\n" }, { "info": { "name": "Get WebAppAccelerationPolicy.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211230/webAppAccelerationPolicies/:webAppAccelerationPolicyId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "webAppAccelerationPolicyId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy." } ] }, "docs": "Gets a WebAppAccelerationPolicy with the given OCID." }, { "info": { "name": "Updates the WebAppAccelerationPolicy.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211230/webAppAccelerationPolicies/:webAppAccelerationPolicyId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "webAppAccelerationPolicyId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the WebAppAccelerationPolicy identified by the OCID." }, { "info": { "name": "Delete a provisioned WebAppAccelerationPolicy.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211230/webAppAccelerationPolicies/:webAppAccelerationPolicyId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "webAppAccelerationPolicyId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy." } ] }, "docs": "Deletes a WebAppAccelerationPolicy resource identified by the OCID." }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211230/webAppAccelerationPolicies/:webAppAccelerationPolicyId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "webAppAccelerationPolicyId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a WebAppAccelerationfPolicy resource from one compartment to another.\nWhen provided, If-Match is checked against ETag values of the resource.\n" }, { "info": { "name": "Returns a list of WebAppAccelerations.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211230/webAppAccelerations", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources." }, { "name": "id", "value": "", "type": "query", "description": "A filter to return only the WebAppAcceleration with the given [OCID](/Content/General/Concepts/identifiers.htm)." }, { "name": "webAppAccelerationPolicyId", "value": "", "type": "query", "description": "A filter to return only the WebAppAcceleration with the given\n[OCID](/Content/General/Concepts/identifiers.htm) of related WebAppAccelerationPolicy.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycleState." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "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.\nDefault order for timeCreated is descending.\nDefault order for displayName is ascending.\nIf no value is specified timeCreated is default.\n" } ] }, "docs": "Gets a list of all WebAppAccelerations in a compartment.\n" }, { "info": { "name": "Creates a new WebAppAcceleration.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211230/webAppAccelerations", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new WebAppAcceleration.\n" }, { "info": { "name": "Get WebAppAcceleration.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211230/webAppAccelerations/:webAppAccelerationId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "webAppAccelerationId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration." } ] }, "docs": "Gets a WebAppAcceleration by OCID." }, { "info": { "name": "Update the WebAppAcceleration.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211230/webAppAccelerations/:webAppAccelerationId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "webAppAccelerationId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the WebAppAcceleration identified by the OCID." }, { "info": { "name": "Delete a provisioned WebAppAcceleration.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211230/webAppAccelerations/:webAppAccelerationId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "webAppAccelerationId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration." } ] }, "docs": "Deletes a WebAppAcceleration resource identified by the OCID." }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211230/webAppAccelerations/:webAppAccelerationId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "webAppAccelerationId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a Web App Acceleration resource from one compartment to another.\nWhen provided, If-Match is checked against ETag values of the resource.\n" }, { "info": { "name": "Purges WebAppAcceleration cache.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211230/webAppAccelerations/:webAppAccelerationId/actions/purgeCache", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "webAppAccelerationId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clears resources from the cache of the WebAppAcceleration. Each new request for a purged resource will be\nforwarded to the origin server to fetch a new version of the resource.\n" } ] } ], "bundled": true }