Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "af215b48-de51-4490-8e5a-cfd2f78ba31e",
"tenantId": "36e65e9f-44c5-4e29-b52e-d7419b331c25",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "a2673512-43c7-46e8-8f22-cf3caced122f",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-03-10T23:28:57.3862804+00:00",
"updatedDateUtc": "2026-03-10T23:28:57.3862804+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-03-10T23:28:57.3862804+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-10T23:28:57.3862804+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>a2673512-43c7-46e8-8f22-cf3caced122f</NodeId> <NodeIndexId>af215b48-de51-4490-8e5a-cfd2f78ba31e</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>36e65e9f-44c5-4e29-b52e-d7419b331c25</TenantId> </NodeIndexRepresentation>