Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "b47e9f22-08c3-4d0e-b089-82e52886ee30",
"tenantId": "b2bf4fd5-908b-41cd-acf1-ee226222a483",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "fe27d826-40c9-40bc-81f6-3b896c26f235",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-01-05T09:52:51.2400487+00:00",
"updatedDateUtc": "2026-01-05T09:52:51.2400487+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-01-05T09:52:51.2400487+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-01-05T09:52:51.2400487+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>fe27d826-40c9-40bc-81f6-3b896c26f235</NodeId> <NodeIndexId>b47e9f22-08c3-4d0e-b089-82e52886ee30</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>b2bf4fd5-908b-41cd-acf1-ee226222a483</TenantId> </NodeIndexRepresentation>