Register Secondary Node

Register Secondary Node

Use this endpoint to register a standalone as a Secondary with a Primary provider
Authorized Roles : PROVIDER

Request
URI
POST
https://{api_host}/appliance/provider-ha/register
COPY
Request Body
PrimaryProviderDetailsDto of type(s) application/json
Required
{
    "providerCredentials": {
        "endpoint": "string",
        "username": "string",
        "password": "string",
        "trustStorePath": "string",
        "trustStorePassword": "string"
    },
    "providerThumbprint": "string"
}
providerCredentials
Optional

providerCredentials

string
providerThumbprint
Optional

Thumbprint of the Primary Provider if certificate not trusted

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure