{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Containers API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Containers", "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." }, { "info": { "name": "Datadog Get All Containers", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/containers", "params": [ { "name": "filter[tags]", "value": "env:prod,short_image:cassandra", "type": "query", "description": "Comma-separated list of tags to filter containers by." }, { "name": "group_by", "value": "datacenter,cluster", "type": "query", "description": "Comma-separated list of tags to group containers by." }, { "name": "sort", "value": "started_at", "type": "query", "description": "Attribute to sort containers 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 containers for your organization." }, { "info": { "name": "Datadog Get the Csm Hosts and Containers Coverage Analysis", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/csm/onboarding/coverage_analysis/hosts_and_containers" }, "docs": "Get the CSM Coverage Analysis of your Hosts and Containers.\nThis is calculated based on the number of agents running on your Hosts\nand Containers with CSM feature(s) enabled." } ] } ], "bundled": true }