{ "opencollection": "1.0.0", "info": { "name": "Istio Extensions AuthorizationPolicy DestinationRule API", "version": "v1alpha1" }, "items": [ { "info": { "name": "DestinationRule", "type": "folder" }, "items": [ { "info": { "name": "Istio List DestinationRules", "type": "http" }, "http": { "method": "GET", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/destinationrules", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" }, { "name": "labelSelector", "value": "", "type": "query", "description": "A selector to restrict the list of returned objects by their labels" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of resources to return" }, { "name": "continue", "value": "", "type": "query", "description": "Continue token for paginated list requests" } ] }, "docs": "List all DestinationRule resources in the specified namespace. A DestinationRule defines policies that apply to traffic intended for a service after routing has occurred, including load balancing, connection pool size, and outlier detection settings." }, { "info": { "name": "Istio Create a DestinationRule", "type": "http" }, "http": { "method": "POST", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/destinationrules", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new DestinationRule resource in the specified namespace." }, { "info": { "name": "Istio Get a DestinationRule", "type": "http" }, "http": { "method": "GET", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/destinationrules/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "The resource name" } ] }, "docs": "Read the specified DestinationRule resource." }, { "info": { "name": "Istio Replace a DestinationRule", "type": "http" }, "http": { "method": "PUT", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/destinationrules/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "The resource name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace the specified DestinationRule resource." }, { "info": { "name": "Istio Delete a DestinationRule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/destinationrules/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "The resource name" } ] }, "docs": "Delete the specified DestinationRule resource." } ] } ], "bundled": true }