Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "f5b98b41-018b-4bd4-a8f7-41dc606e65c3",
"tenantId": "a647800f-fb65-4dc0-9242-bd8cf212946c",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "88eb7fd1-612b-4e2b-b39e-5270541ea41d",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-03-10T01:43:43.9255329+00:00",
"updatedDateUtc": "2026-03-10T01:43:43.9255329+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-10T01:43:43.9255329+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-10T01:43:43.9255329+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>88eb7fd1-612b-4e2b-b39e-5270541ea41d</NodeId> <NodeIndexId>f5b98b41-018b-4bd4-a8f7-41dc606e65c3</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>a647800f-fb65-4dc0-9242-bd8cf212946c</TenantId> </NodeIndexRepresentation>