Get Current Provider Node
This endpoint will return the provider node's information on which this API has been triggered
Authorized Roles : PROVIDER
Request
URI
GET
https://{api_host}/appliance/current-provider-ha-node
COPY
Responses
200
OK
Returns
ProviderEnvironmentDTO
of type(s)
application/vnd.vmware.dms-v1+json
{
"id": "string",
"state": "string",
"role": "string",
"ip1": "string",
"ip2": "string",
"fqdn": "string",
"rabbitmqEndpoint": "string",
"rabbitmqPort": 0,
"version": "string",
"rootPasswordExpiryInfo": {
"expiryDate": "string",
"noOfDaysToWarn": 0,
"noOfDaysToExpire": 0,
"warning": false,
"expired": false,
"status": "string"
},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
string As uuid
As uuid
id
Optional
id
string
state
Optional
state
Possible values are :
HA_CONFIG_IN_PROGRESS,
ACTIVE_MODE,
OUT_OF_SYNC,
MAINTENANCE_MODE,
CRITICAL,
LOST_CONNECTIVITY,
UNKNOWN,
string
role
Optional
role
Possible values are :
STANDALONE,
PRIMARY,
SECONDARY,
string
ip1
Optional
ip1
string
ip2
Optional
ip2
string
fqdn
Optional
fqdn
string
rabbitmqEndpoint
Optional
rabbitmqEndpoint
integer As int32
As int32
rabbitmqPort
Optional
rabbitmqPort
string
version
Optional
version
Provider HA Operations Operations
DELETE
Delete Node
GET
Get All Provider Nodes
GET
Get Current Provider Node
GET
Get Provider Vm Password
POST
Remove Stale Ha Config Secondary