{ "opencollection": "1.0.0", "info": { "name": "Config V1 Bucket SLO API", "version": "v1" }, "items": [ { "info": { "name": "SLO", "type": "folder" }, "items": [ { "info": { "name": "ListSLOs", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/config/slos", "params": [ { "name": "page.max_size", "value": "", "type": "query", "description": "Page size preference (i.e. how many items are returned in the next\npage). If zero, the server will use a default. Regardless of what size\nis given, clients must never assume how many items will be returned." }, { "name": "page.token", "value": "", "type": "query", "description": "Opaque page token identifying which page to request. An empty token\nidentifies the first page." }, { "name": "slugs", "value": "", "type": "query", "description": "Filters results by slug, where any SLO with a matching slug in the given list (and matches all other filters) is returned." }, { "name": "names", "value": "", "type": "query", "description": "Filters results by name, where any SLO with a matching name in the given list (and matches all other filters) is returned." }, { "name": "collection_slugs", "value": "", "type": "query" }, { "name": "service_slugs", "value": "", "type": "query" } ] } }, { "info": { "name": "CreateSLO", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/config/slos", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ReadSLO", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/config/slos/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } }, { "info": { "name": "UpdateSLO", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/config/slos/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteSLO", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/config/slos/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } } ] } ], "bundled": true }