{ "opencollection": "1.0.0", "info": { "name": "Web Application Acceleration and Security Services Redirect API", "version": "20181116" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "redirect", "type": "folder" }, "items": [ { "info": { "name": "Returns the list of HTTP Redirects for the given compartment ID.", "type": "http" }, "http": { "method": "GET", "url": "/20181116/httpRedirects", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This number is generated when the compartment is created." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated call. If unspecified, defaults to `10`." }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the previous paginated call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The value of the sorting direction of resources in a paginated 'List' call. If unspecified, defaults to `DESC`." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort the results of the List query." }, { "name": "id", "value": "", "type": "query", "description": "Filter redirects using a list of redirect OCIDs." }, { "name": "displayName", "value": "", "type": "query", "description": "Filter redirects using a display name." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "Filter redirects using a list of lifecycle states." }, { "name": "timeCreatedGreaterThanOrEqualTo", "value": "", "type": "query", "description": "A filter that matches redirects created on or after the specified date and time." }, { "name": "timeCreatedLessThan", "value": "", "type": "query", "description": "A filter that matches redirects created before the specified date-time. Default to 1 day before now." } ] }, "docs": "Gets a list of HTTP Redirects." }, { "info": { "name": "Creates a new HTTP Redirect on the WAF edge.", "type": "http" }, "http": { "method": "POST", "url": "/20181116/httpRedirects", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new HTTP Redirect on the WAF edge." }, { "info": { "name": "Returns the details of a redirect.", "type": "http" }, "http": { "method": "GET", "url": "/20181116/httpRedirects/:httpRedirectId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "httpRedirectId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the HTTP Redirect." } ] }, "docs": "Gets the details of a HTTP Redirect." }, { "info": { "name": "Updates the details of a redirect.", "type": "http" }, "http": { "method": "PUT", "url": "/20181116/httpRedirects/:httpRedirectId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "httpRedirectId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the HTTP Redirect." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the details of a HTTP Redirect, including target and tags. Only the fields specified in the request body will be updated; all other properties will remain unchanged." }, { "info": { "name": "Deletes a redirect.", "type": "http" }, "http": { "method": "DELETE", "url": "/20181116/httpRedirects/:httpRedirectId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "httpRedirectId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the HTTP Redirect." } ] }, "docs": "Deletes a redirect." }, { "info": { "name": "Moves HTTP Redirect into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "/20181116/httpRedirects/:httpRedirectId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "httpRedirectId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the HTTP Redirect." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves HTTP Redirect into a different compartment. When provided, If-Match is checked against ETag values of the WAAS policy." } ] } ], "bundled": true }