{ "opencollection": "1.0.0", "info": { "name": "Ambassador Edge Stack Diagnostics Modules API", "version": "3.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Modules", "type": "folder" }, "items": [ { "info": { "name": "Ambassador List All Modules in a Namespace", "type": "http" }, "http": { "method": "GET", "url": "https://{ambassador-host}:8877/apis/getambassador.io/v3alpha1/namespaces/:namespace/modules", "params": [ { "name": "namespace", "value": "default", "type": "path", "description": "Kubernetes namespace" } ] }, "docs": "Returns a list of all Module resources in the specified namespace. Modules configure global settings for Ambassador such as diagnostics, tracing, circuit breaking, and retry policies." }, { "info": { "name": "Ambassador Get a Specific Module", "type": "http" }, "http": { "method": "GET", "url": "https://{ambassador-host}:8877/apis/getambassador.io/v3alpha1/namespaces/:namespace/modules/:name", "params": [ { "name": "namespace", "value": "default", "type": "path", "description": "Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "Name of the resource" } ] }, "docs": "Retrieves the specification of a specific Module resource." }, { "info": { "name": "Ambassador Update a Module", "type": "http" }, "http": { "method": "PUT", "url": "https://{ambassador-host}:8877/apis/getambassador.io/v3alpha1/namespaces/:namespace/modules/:name", "params": [ { "name": "namespace", "value": "default", "type": "path", "description": "Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "Name of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces an existing Module resource with the provided configuration." } ] } ], "bundled": true }