Creates a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexRepresentation |
Define this parameter in the request body. |
{
"nodeIndexId": "aaffb3d6-fa2b-4122-9fab-f95cb26c8294",
"tenantId": "6510ad32-68d4-4eff-aac7-e399ee6bd655",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "17ac318e-65c0-4dea-8861-fdfd288e3938",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-05-11T10:09:41.7675288+00:00",
"updatedDateUtc": "2026-05-11T10:09:41.7675288+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-05-11T10:09:41.7675288+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-11T10:09:41.7675288+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>17ac318e-65c0-4dea-8861-fdfd288e3938</NodeId> <NodeIndexId>aaffb3d6-fa2b-4122-9fab-f95cb26c8294</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>6510ad32-68d4-4eff-aac7-e399ee6bd655</TenantId> </NodeIndexRepresentation>
Sample not available.