Creates a NodeIndex
Name | Description | Additional information |
---|---|---|
nodeIndexRepresentation |
Define this parameter in the request body. |
{ "nodeIndexId": "5d69b5b9-19bf-4160-8386-b6c531a318f9", "tenantId": "a7da42b4-5aee-4e6c-8bf7-2aa6ceaf2f91", "propertyKey": "sample string 3", "propertyValue": "sample string 4", "nodeId": "90dde65f-26bb-4696-8e24-8ecc9fa34876", "nodeCyanId": 6, "cyanId": 7, "createdDateUtc": "2025-04-21T01:14:19.2400603+00:00", "updatedDateUtc": "2025-04-21T01:14:19.2400603+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>2025-04-21T01:14:19.2400603+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-04-21T01:14:19.2400603+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>90dde65f-26bb-4696-8e24-8ecc9fa34876</NodeId> <NodeIndexId>5d69b5b9-19bf-4160-8386-b6c531a318f9</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>a7da42b4-5aee-4e6c-8bf7-2aa6ceaf2f91</TenantId> </NodeIndexRepresentation>
Sample not available.