{ "opencollection": "1.0.0", "info": { "name": "Istio Extensions AuthorizationPolicy VirtualService API", "version": "v1alpha1" }, "items": [ { "info": { "name": "VirtualService", "type": "folder" }, "items": [ { "info": { "name": "Istio List VirtualServices", "type": "http" }, "http": { "method": "GET", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/virtualservices", "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 VirtualService resources in the specified namespace. A VirtualService defines a set of traffic routing rules to apply when a host is addressed, enabling features such as HTTP route matching, retries, timeouts, fault injection, and traffic mirroring." }, { "info": { "name": "Istio Create a VirtualService", "type": "http" }, "http": { "method": "POST", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/virtualservices", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new VirtualService resource in the specified namespace." }, { "info": { "name": "Istio Get a VirtualService", "type": "http" }, "http": { "method": "GET", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/virtualservices/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "The resource name" } ] }, "docs": "Read the specified VirtualService resource." }, { "info": { "name": "Istio Replace a VirtualService", "type": "http" }, "http": { "method": "PUT", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/virtualservices/: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 VirtualService resource." }, { "info": { "name": "Istio Delete a VirtualService", "type": "http" }, "http": { "method": "DELETE", "url": "https://{cluster}/apis/extensions.istio.io/v1alpha1/namespaces/:namespace/virtualservices/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "The resource name" } ] }, "docs": "Delete the specified VirtualService resource." } ] } ], "bundled": true }