Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "3986c64e-2d3a-47a7-8a30-316f6c9bf5bc",
"tenantId": "f060cb74-574f-4379-8494-e5f9d927cb7a",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "bbffa700-3c11-4af1-ae75-77cd47821eda",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2025-12-17T03:24:18.0970373+00:00",
"updatedDateUtc": "2025-12-17T03:24:18.0970373+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>2025-12-17T03:24:18.0970373+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-12-17T03:24:18.0970373+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>bbffa700-3c11-4af1-ae75-77cd47821eda</NodeId> <NodeIndexId>3986c64e-2d3a-47a7-8a30-316f6c9bf5bc</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>f060cb74-574f-4379-8494-e5f9d927cb7a</TenantId> </NodeIndexRepresentation>