Get domain for servers
Select
SaaS
Customer Managed
Get list of servers and respective domains
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
servers object[]
List of servers and respective domains
id int32Id of the server
name stringName of the server
domain stringDomain of the server
{
"servers": [
{
"id": 0,
"name": "string",
"domain": "string"
}
]
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...