Skip to main content

List Entities

List Entities.

Basic Parameters

ParameterDescription
Cloud ProviderCloud provider of the entity items.
TypesType of the action.

Advanced Parameters

ParameterDescription
AfterReturns the elements in the list that come after the specified cursor.
FirstReturns the first n elements from the list.

Example Output

{
"data": {
"Entities": {
"nodes": [
{
"Name": "random-generated-name-0000000000000",
"Tags": [
{
"Key": "Key1",
"Value": "Val1"
},
{
"Key": "Key2",
"Value": "Val2"
},
{
"Key": "Key3",
"Value": "Val3"
},
{
"Key": "Key4",
"Value": "Val4"
}
],
"Provider": "AWS",
"ID": "arn:aws:ec2:region-000000000000"
}
],
"pageInfo": {
"hasNextPage": true,
"endCursor": "ewogICJTb3J0VmFsdWVzIjogWwogICAgMTY0NTQwMjI3NjM1NiwKICAgICIyOTdhYzY2Zi02NzM5LTQwNWYtODM3MC1lZDBhNmMwOTZlZjciCiAgXQp9"
}
}
}
}

Workflow Library Example

List Entities with Ermetic and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop