AvaCloud
L1

Health check for L1

Checks the health of a L1.

GET
/v1/api/subnets/{subnetID}/health

Authorization

Authorization<token>

Enter the Bearer token in the format: Bearer

In: header

Path Parameters

subnetIDRequiredstring

SubnetID

curl -X GET "https://example.com/v1/api/subnets/<string>/health" \
  -H "Authorization: <token>"

OK

{
  "healthy": true,
  "notFound": true
}