Select a set of resources from an organization.
Select a set of resources from an organization.
Authorizations
API key as username in Basic Authorization with
empty password.
Parameters
Path Parameters
UUID of the organization
"uuid"Query Parameters
Page number to return
1"int64"1Number of elements per page
"int64"110Resources are sorted with updated_at by default.
Available sorts are:
- created_at[,(asc|desc)
- extracted_account[,(asc|desc)]
- extracted_name[,(asc|desc)]
- path[,(asc|desc)]
- policy_severity
- provider[,(asc|desc)]
- repository[,(asc|desc)]
- status[,(asc|desc)]
- target[,(asc|desc)]
- technology[,(asc|desc)]
- type[,(asc|desc)]
- updated_at[,(desc|asc)
{
"UpdatedAtDescPathDescExample": {
"Value": [
"updated_at,asc",
"path,desc"
]
}
}Only select resources with these statuses.
{
"OKOrDriftedExample": {
"value": [
"ok",
"drifted"
]
}
}Only select resources with these technologies.
{
"TerraformOrOpenTofuExample": {
"value": [
"terraform",
"opentofu"
]
}
}Only select resources with these providers.
{
"AWSOrGcloudExample": {
"value": [
"aws",
"gcloud"
]
}
}Only select resources with these types.
{
"VPCOrLoadBalancerExample": {
"value": [
"vpc",
"loadbalancer"
]
}
}Only select entities whose repository matches any
of the strings in the provided array. Only full strings will
be matched.
Only select entities whose deployment target matches any
of the strings in the provided array. Only full strings will
be matched.
Only select resources with these accounts.
Only select entities whose stack id matches the given value.
"int64"true - Only select entities that are archived.
false - Only select entities that are not archived (default).
true,false - Select all entities.
{
"AllPossibleValues": {
"value": [
true,
false
]
}
}Only select entities that have specific policy check results.
Available options:
- missing: No analysis data available.
- none: No checks defined for the entity.
- passed: Entity has no violations.
- low: Entity has violations with low severity.
- medium: Entity has violations with medium severity.
- high: Entity has violations with high severity.
Select resource where the following attributes match the provided
search query. Match is done using case-insensitive regular
expression search. If string contains a comma or spaces all terms will be
searched and matched. The following attributes will be searched:
- stack title, description, path
- resource extracted name, extracted id, address
"stackTitle"Responses
OK