network/gaiia/clear_ips_step1_list.json
2026-07-19 14:42:02 -05:00

29 lines
764 B
JSON

{
"name": "Test - List IPs",
"trigger": {
"type": "MANUAL",
"nextSteps": [{ "slug": "list" }]
},
"steps": [
{
"name": "List assigned items",
"slug": "list",
"type": "GAIIA_API_GATEWAY_V1_GRAPHQL_REQUEST",
"nodeSlug": "gaiia-public-api-gateway-graphql-request",
"allowSkipExecution": false,
"inputs": [
{
"key": "query",
"type": "LITERAL",
"value": "string:query { inventoryItems(filters: {assigneeType: {equals: ACCOUNT}}, first: 5) { totalCount } }"
},
{
"key": "variables",
"type": "FUNCTION",
"value": "({ secrets, state, utils, variables }) => ({})"
}
],
"nextSteps": [{ "slug": "end" }]
}
]
}