Creates a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexRepresentation |
Define this parameter in the request body. |
{
"nodeIndexId": "a3f08f0d-5f2e-4547-84eb-7b3571774f86",
"tenantId": "c8349e40-9acd-4f80-aeaa-3587a28592e2",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "cc45ffc7-4199-478a-92e8-3302d2a68f4f",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-09-10T19:05:16.6305201+00:00",
"updatedDateUtc": "2026-09-10T19:05:16.6305201+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-09-10T19:05:16.6305201+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-10T19:05:16.6305201+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>cc45ffc7-4199-478a-92e8-3302d2a68f4f</NodeId> <NodeIndexId>a3f08f0d-5f2e-4547-84eb-7b3571774f86</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>c8349e40-9acd-4f80-aeaa-3587a28592e2</TenantId> </NodeIndexRepresentation>
Sample not available.