Endpoint
/api/v2/synthetics/{tenantId}/privatelocations
Path Parameters
tenantIdstring
Query Parameters
zonestring
Zone.
locationNamestring
Location name.
Responses
OK
idinteger
namestring
uuidstring
visibilitystring
visibleCustomerIdinteger
zonestring
{
"results": [
{
"id": 13,
"name": "TestPrivate",
"uuid": "423e2e3c-a300-4218-a69c-9e3d8c3c3c63",
"visibility": "PRIVATE",
"visibleCustomerId": 6,
"zone": "North America"
},
{
"id": 14,
"name": "TestPublic",
"uuid": "423e2e3c-a300-4218-a69c-9e3d8c3c3c63",
"visibility": "PRIVATE",
"visibleCustomerId": 6,
"zone": "North America"
},
{
"id": 15,
"name": "TestPublic44",
"uuid": "423e2e3c-a300-4218-a69c-9e3d8c3c3c63",
"visibility": "PRIVATE",
"visibleCustomerId": 6,
"zone": "North America"
}
]
}