Skip to main content
POST
/
api
/
v1
/
orchestration
/
server
/
getDetails
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Orchestration/api/v1/orchestration/server/getDetails \
  --header 'Content-Type: application/json' \
  --data '{
  "Context": {
    "CorrelationId": "<string>",
    "User": "<string>",
    "UserId": "<string>",
    "Domain": "<string>",
    "SecondaryIdentities": [
      "<string>"
    ],
    "Claims": [
      {
        "Type": "<string>",
        "Value": "<string>"
      }
    ],
    "ImpersonationId": "<string>"
  },
  "Servers": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "ServerData": [
    {
      "Id": "<string>",
      "Host": "<string>",
      "Secure": true,
      "ReverseProxy": true,
      "ClusterId": "<string>",
      "IsLocal": true,
      "AddressRecords": [
        {
          "Host": "<string>",
          "Secure": true,
          "RecordType": "<string>"
        }
      ],
      "Domains": [
        {
          "Name": "<string>"
        }
      ]
    }
  ]
}

Body

application/json
Context
object
Servers
string[] | null

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
ServerData
object[] | null