curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Orchestration/api/v1/orchestration/server/get
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Servers": [
{
"Id": "<string>",
"Host": "<string>",
"Secure": true,
"ReverseProxy": true,
"ClusterId": "<string>",
"IsLocal": true,
"AddressRecords": [
{
"Host": "<string>",
"Secure": true,
"RecordType": "<string>"
}
]
}
]
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Orchestration/api/v1/orchestration/server/get
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Servers": [
{
"Id": "<string>",
"Host": "<string>",
"Secure": true,
"ReverseProxy": true,
"ClusterId": "<string>",
"IsLocal": true,
"AddressRecords": [
{
"Host": "<string>",
"Secure": true,
"RecordType": "<string>"
}
]
}
]
}
The response is of type object
.