Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "baef3cab-58a6-43e1-b7c6-7734a45d6131",
"tenantId": "c455ea1a-ea77-43bd-92cb-b49103626bad",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "81659c2f-4d85-4102-9b2e-0bee87dc9179",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-06-08T05:51:58.8495156+00:00",
"updatedDateUtc": "2026-06-08T05:51:58.8495156+00:00"
}
<NodeIndexRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2026-06-08T05:51:58.8495156+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-08T05:51:58.8495156+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>81659c2f-4d85-4102-9b2e-0bee87dc9179</NodeId> <NodeIndexId>baef3cab-58a6-43e1-b7c6-7734a45d6131</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>c455ea1a-ea77-43bd-92cb-b49103626bad</TenantId> </NodeIndexRepresentation>