Skip to main content

Get Container Names

GET 

/api/v32.04/containers/names

x-prisma-cloud-target-env: {"permission":"monitorImages","saas":true,"self-hosted":true}
x-public: true

Returns an array of strings containing all container names.

cURL Request

Refer to the following example cURL command:

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/containers/names

Request

Query Parameters

    offset integer

    Offsets the result to a specific report count. Offset starts from 0.

    limit integer

    Limit is the amount to fix.

    sort string

    Sorts the result using a key.

    reverse boolean

    Sorts the result in reverse order.

    hostname string[]

    Hosts is used to filter containers by host.

    image string[]

    Images is used to filter containers by image name.

    imageId string[]

    ImageIDs is used to filter containers by image ids.

    id string[]

    IDs is used to filter container by container ID.

    profileId string[]

    ProfileIDs is used to filter container by runtime profile ID.

    namespaces string[]

    Namespaces are the namespaces to filter.

    fields string[]

    Fields are used to fetch specific container field.

    firewallSupported boolean

    FirewallSupported is used to fetch containers with app firewall supported.

    clusters string[]

    Clusters is used to filter containers by cluster name.

    complianceIDs int[]

    ComplianceIDs is used to filter containers by compliance IDs.

    complianceRuleName string

    ComplianceRuleName is used to filter containers by applied compliance rule name.

    agentless boolean

    Agentless indicates that we should return only containers that were scanned by an agentless scanner.

    csa boolean

    CSA indicates that we should return only containers that were scanned by CSA.

Responses

Schema
  • Array [
  • string

  • ]
Loading...