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

Body

application/json
Context
object
Server
object

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Server
object