List Locations
GET/vms/locations
List locations
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
displayName string
Name of Location
name string
ID of Location
[
{
"displayName": "lille-4",
"name": "lille-4"
}
]
Loading...