Creates a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexRepresentation |
Define this parameter in the request body. |
{
"nodeIndexId": "07079dab-5176-4368-840e-68c54dca7de5",
"tenantId": "9961d092-96b7-438f-9798-9f7dfbe13438",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "504ecd81-781b-490f-ba29-28316645678a",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-06-08T05:42:28.4096225+00:00",
"updatedDateUtc": "2026-06-08T05:42:28.4096225+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-08T05:42:28.4096225+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-08T05:42:28.4096225+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>504ecd81-781b-490f-ba29-28316645678a</NodeId> <NodeIndexId>07079dab-5176-4368-840e-68c54dca7de5</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>9961d092-96b7-438f-9798-9f7dfbe13438</TenantId> </NodeIndexRepresentation>