Creates a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexRepresentation |
Define this parameter in the request body. |
{
"nodeIndexId": "e43b43d8-f359-4aee-b5ba-47d726b8ef3d",
"tenantId": "2a15a267-9cc1-4ebd-b165-4b2e002fe2b6",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "35ae3714-cb63-4381-8d68-7f519fa5e537",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-03-14T07:26:51.12243+00:00",
"updatedDateUtc": "2026-03-14T07:26:51.12243+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-14T07:26:51.12243+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-14T07:26:51.12243+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>35ae3714-cb63-4381-8d68-7f519fa5e537</NodeId> <NodeIndexId>e43b43d8-f359-4aee-b5ba-47d726b8ef3d</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>2a15a267-9cc1-4ebd-b165-4b2e002fe2b6</TenantId> </NodeIndexRepresentation>
Sample not available.