{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Images API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get All Container Images", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/container_images", "params": [ { "name": "filter[tags]", "value": "short_image:redis,status:running", "type": "query", "description": "Comma-separated list of tags to filter Container Images by." }, { "name": "group_by", "value": "registry,image_tags", "type": "query", "description": "Comma-separated list of tags to group Container Images by." }, { "name": "sort", "value": "container_count", "type": "query", "description": "Attribute to sort Container Images by." }, { "name": "page[size]", "value": "42", "type": "query", "description": "Maximum number of results returned." }, { "name": "page[cursor]", "value": "example_value", "type": "query", "description": "String to query the next page of results.\nThis key is provided with each valid response from the API in `meta.pagination.next_cursor`." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get all Container Images for your organization." } ] } ], "bundled": true }