{ "opencollection": "1.0.0", "info": { "name": "Config V1 Bucket Monitor API", "version": "v1" }, "items": [ { "info": { "name": "Monitor", "type": "folder" }, "items": [ { "info": { "name": "ListMonitors", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/config/monitors", "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 Monitor with a matching slug in the given list (and matches all other filters) is returned." }, { "name": "bucket_slugs", "value": "", "type": "query", "description": "Filters results by bucket_slug, where any Monitor with a matching bucket_slug in the given list (and matches all other filters) is returned." }, { "name": "collection_slugs", "value": "", "type": "query", "description": "Filters results by collection_slug, where any Monitor with a matching collection_slug in the given list (and matches all other filters) is returned." }, { "name": "names", "value": "", "type": "query", "description": "Filters results by name, where any Monitor with a matching name in the given list (and matches all other filters) is returned." }, { "name": "team_slugs", "value": "", "type": "query", "description": "Filter returned monitors by the teams that own the collections that they belong to." } ] } }, { "info": { "name": "CreateMonitor", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/config/monitors", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ReadMonitor", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/config/monitors/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } }, { "info": { "name": "UpdateMonitor", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/config/monitors/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteMonitor", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/config/monitors/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } } ] } ], "bundled": true }