List Entities
List Entities.
Basic Parameters
Parameter | Description |
---|---|
Cloud Provider | Cloud provider of the entity items. |
Types | Type of the action. |
Advanced Parameters
Parameter | Description |
---|---|
After | Returns the elements in the list that come after the specified cursor. |
First | Returns 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
Preview this Workflow on desktop