Retrieves the AWS EC2 route tables associated with the node's network interfaces. Optionally filters by a specific network interface card (NIC). Available on AWS-hosted nodes only.
Requires nodes::service:aws-route-tables or nodes::remote-execute permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/aws-route-tables
- https://api.trustgrid.iohttps://api.trustgrid.io/node/{nodeID}/trigger/aws-route-tables
curl -i -X POST \
'https://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/aws-route-tables?wait=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"nic": "eth0"
}'