POST api/v1/infrastructure/node/pair
Get node details based on provided pairing key
Request Information
URI Parameters
None.
Body Parameters
8 digits key
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.RestApiResultOfCom.Healthbridge.Core.CommonDomain.Interface.ValueObjects.NodeVoName | Description | Type | Additional information |
---|---|---|---|
Sucess | boolean |
None. |
|
ResponseCode | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.NodeVo |
None. |
|
Links | Collection of Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.RestApiLink |
None. |
Response Formats
application/json, text/json
Sample:
{ "Sucess": true, "ResponseCode": 2, "ResponseMessage": "sample string 3", "Data": { "NodeId": "20892fab-1055-4517-bbf2-e1e86bf33ebe", "NumericNodeId": 2, "NumericInstanceId": 3, "TenantId": "161cd22b-58fc-4f5a-9770-30c4e224b813", "TenantIds": [ "23fe530f-8d4b-43af-8e23-325d7b157cb0", "e20dcb7e-5097-4687-8c8a-a8fc05dd97c1" ], "NodeDescription": "sample string 5", "NodeSecurityPolicy": "sample string 6", "NodePairingSharedSecret": "sample string 7", "NodeActive": true, "ReplicationOutboundQueueUri": "sample string 9", "ReplicationOutboundQueueAccessToken": "sample string 10", "ReplicationInboundQueueUri": "sample string 11", "ReplicationInboundQueueAccessToken": "sample string 12", "ConfigurationProperties": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "NodePublicKey": { "Id": "e19ff20f-3a71-43fa-83cf-02150abe5aa6", "NodeId": 2, "TenantId": "58729218-b0aa-4712-a83e-f630f21dc2ca", "Subject": "sample string 3", "PublicKey": "sample string 4", "Thumbprint": "sample string 5", "Validated": true, "GeneratedTime": "2025-04-23T18:26:39Z", "ValidatedTime": "2025-04-23T18:26:39Z", "RevokedTime": "2025-04-23T18:26:39Z" } }, "Links": [ { "Rel": "sample string 1", "HRef": "sample string 2" }, { "Rel": "sample string 1", "HRef": "sample string 2" } ] }
application/xml, text/xml
Sample:
<RestApiResultOfNodeaYMNMArJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects"> <Data xmlns:d2p1="http://mpsapi.healthbridge.com/platform/commondomain/v1/node/"> <d2p1:ConfigurationProperties xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </d3p1:KeyValueOfstringstring> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value>sample string 4</d3p1:Value> </d3p1:KeyValueOfstringstring> </d2p1:ConfigurationProperties> <d2p1:NodeActive>true</d2p1:NodeActive> <d2p1:NodeDescription>sample string 5</d2p1:NodeDescription> <d2p1:NodeId>20892fab-1055-4517-bbf2-e1e86bf33ebe</d2p1:NodeId> <d2p1:NodePairingSharedSecret>sample string 7</d2p1:NodePairingSharedSecret> <d2p1:NodePublicKey xmlns:d3p1="http://mpsapi.healthbridge.com/platform/commondomain/v1/nodepublickey/"> <d3p1:GeneratedTime>2025-04-23T18:26:39.7508141+02:00</d3p1:GeneratedTime> <d3p1:Id>e19ff20f-3a71-43fa-83cf-02150abe5aa6</d3p1:Id> <d3p1:NodeId>2</d3p1:NodeId> <d3p1:PublicKey>sample string 4</d3p1:PublicKey> <d3p1:RevokedTime>2025-04-23T18:26:39.7508141+02:00</d3p1:RevokedTime> <d3p1:Subject>sample string 3</d3p1:Subject> <d3p1:TenantId>58729218-b0aa-4712-a83e-f630f21dc2ca</d3p1:TenantId> <d3p1:Thumbprint>sample string 5</d3p1:Thumbprint> <d3p1:Validated>true</d3p1:Validated> <d3p1:ValidatedTime>2025-04-23T18:26:39.7508141+02:00</d3p1:ValidatedTime> </d2p1:NodePublicKey> <d2p1:NodeSecurityPolicy>sample string 6</d2p1:NodeSecurityPolicy> <d2p1:NumericInstanceId>3</d2p1:NumericInstanceId> <d2p1:NumericNodeId>2</d2p1:NumericNodeId> <d2p1:ReplicationInboundQueueAccessToken>sample string 12</d2p1:ReplicationInboundQueueAccessToken> <d2p1:ReplicationInboundQueueUri>sample string 11</d2p1:ReplicationInboundQueueUri> <d2p1:ReplicationOutboundQueueAccessToken>sample string 10</d2p1:ReplicationOutboundQueueAccessToken> <d2p1:ReplicationOutboundQueueUri>sample string 9</d2p1:ReplicationOutboundQueueUri> <d2p1:TenantId>161cd22b-58fc-4f5a-9770-30c4e224b813</d2p1:TenantId> <d2p1:TenantIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>23fe530f-8d4b-43af-8e23-325d7b157cb0</d3p1:guid> <d3p1:guid>e20dcb7e-5097-4687-8c8a-a8fc05dd97c1</d3p1:guid> </d2p1:TenantIds> </Data> <Links> <RestApiLink> <HRef>sample string 2</HRef> <Rel>sample string 1</Rel> </RestApiLink> <RestApiLink> <HRef>sample string 2</HRef> <Rel>sample string 1</Rel> </RestApiLink> </Links> <ResponseCode>2</ResponseCode> <ResponseMessage>sample string 3</ResponseMessage> <Sucess>true</Sucess> </RestApiResultOfNodeaYMNMArJ>