Creates a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexRepresentation |
Define this parameter in the request body. |
{
"nodeIndexId": "58850925-8445-46cb-9260-9e825efd3cf9",
"tenantId": "c53c3621-bd27-4f3f-86fe-123052348f17",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "423a2e96-726d-4482-a2df-558ab479c595",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-06-05T11:36:33.5197846+00:00",
"updatedDateUtc": "2026-06-05T11:36:33.5197846+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-06-05T11:36:33.5197846+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-05T11:36:33.5197846+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>423a2e96-726d-4482-a2df-558ab479c595</NodeId> <NodeIndexId>58850925-8445-46cb-9260-9e825efd3cf9</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>c53c3621-bd27-4f3f-86fe-123052348f17</TenantId> </NodeIndexRepresentation>