Get All Dps
GET/v1/armada/datacenter_provider
Get all datacenter providers
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name Name (string)required
Possible values: non-empty and <= 64 characters
Name of the provider of this sort. Could be things like Amazon, AWS EC2, Internap.
datacenter_provider_id uuidrequired
[
{
"name": "string",
"datacenter_provider_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
Loading...