# List all the resources for an AutoStopping Rule Lists all the resources for an AutoStopping Rule for the given identifier. Endpoint: GET /gateway/lw/api/accounts/{account_id}/autostopping/rules/{rule_id}/resources Version: 1.0 Security: x-api-key ## Path parameters: - `account_id` (string, required) Account Identifier for the Entity - `rule_id` (number, required) ID of the AutoStopping Rule for which you need to list the resources ## Query parameters: - `cloud_account_id` (string, required) Connector ID - `region` (string, required) Cloud region where resources belong to - `accountIdentifier` (string, required) Account Identifier for the Entity ## Response 200 fields (application/json): - `response` (array) - `response.id` (string) - `response.name` (string) - `response.region` (string) - `response.availability_zone` (string) - `response.status` (string) - `response.type` (string) - `response.launch_time` (string) - `response.ipv4` (array) - `response.private_ipv4` (array) - `response.tags` (object) tag key as attribute key and tag value as attribute value - `response.resource_type` (string) - `response.provider_name` (string) - `response.is_spot` (boolean) - `response.platform` (string) - `response.cloud_account_id` (number) - `response.metadata` (object) - `response.provider_type` (string)