POST
/
api
/
v1
/
orchestration
/
server
/
get
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>"
        }
      ]
    }
  ]
}

Query Parameters

Context.CorrelationId
string | null
Context.User
string | null
Context.UserId
string | null
Context.Domain
string | null
Context.SecondaryIdentities
string[] | null
Context.Claims
object[] | null
Context.ImpersonationId
string | null

Response

200 - application/json

The response is of type object.