Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "445e1bb1-a814-47e1-b86c-271281883c74",
"tenantId": "557e5a98-30f6-4042-a9b1-14f908acc4f5",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "8b574987-745e-4f33-8f0d-c61dc675aaf5",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-08-02T04:20:24.6353506+00:00",
"updatedDateUtc": "2026-08-02T04:20:24.6353506+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-08-02T04:20:24.6353506+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-02T04:20:24.6353506+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>8b574987-745e-4f33-8f0d-c61dc675aaf5</NodeId> <NodeIndexId>445e1bb1-a814-47e1-b86c-271281883c74</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>557e5a98-30f6-4042-a9b1-14f908acc4f5</TenantId> </NodeIndexRepresentation>