{ "opencollection": "1.0.0", "info": { "name": "Allianz Future Cloud Platform Services Deployments Namespaces API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://platform.allianz.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Namespaces", "type": "folder" }, "items": [ { "info": { "name": "Allianz Future Cloud Platform List Namespaces", "type": "http" }, "http": { "method": "GET", "url": "https://platform.allianz.com/api/v1/namespaces" }, "docs": "List all Kubernetes namespaces managed on the platform." } ] } ], "bundled": true }