Creates a NodeRoute.
| Name | Description | Additional information |
|---|---|---|
| nodeRouteRepresentation |
Define this parameter in the request body. |
{
"nodeRouteId": "ed3da9cf-b15d-4a5d-9ca5-ffe250800b6c",
"tenantId": "dbbe5716-954c-48a0-8638-04617b7005f8",
"userId": "267f7dbb-8429-4d1c-be3a-3734d0984006",
"userGroupId": "12df6e49-209d-4b5c-8b4c-0d71ffe09d15",
"deviceId": "025709cf-79fc-46b8-9cff-801b8e3cef5f",
"deviceGroupId": "3defa0cd-7a17-4262-a88c-2146af524bbb",
"applicationId": "941be265-6a04-46d5-9212-f1e002187ebe",
"applicationVersionId": "964d5b55-c25d-425c-882e-6df316c963c1",
"nodeId": "250354f1-dc86-42fc-9415-f2e62dbdbc29",
"name": "sample string 4",
"description": "sample string 5",
"nodeCyanId": 6,
"cyanId": 7,
"customKey": "sample string 8",
"customValue": "sample string 9",
"applyParentRoutes": true,
"applyToDescendants": true,
"applyToTree": true,
"applyToParents": true,
"applyToSiblings": true,
"applyToSiblingsType": "sample string 15",
"ignoreNodeIdsInRouting": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"createdDateUtc": "2026-02-08T20:44:51.7748179+00:00",
"updatedDateUtc": "2026-02-08T20:44:51.7748179+00:00"
}
<NodeRouteRepresentation 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-02-08T20:44:51.7748179+00:00</CreatedDateUtc>
<UpdatedDateUtc>2026-02-08T20:44:51.7748179+00:00</UpdatedDateUtc>
<ApplicationId>941be265-6a04-46d5-9212-f1e002187ebe</ApplicationId>
<ApplicationVersionId>964d5b55-c25d-425c-882e-6df316c963c1</ApplicationVersionId>
<ApplyParentRoutes>true</ApplyParentRoutes>
<ApplyToDescendants>true</ApplyToDescendants>
<ApplyToParents>true</ApplyToParents>
<ApplyToSiblings>true</ApplyToSiblings>
<ApplyToSiblingsType>sample string 15</ApplyToSiblingsType>
<ApplyToTree>true</ApplyToTree>
<CustomKey>sample string 8</CustomKey>
<CustomValue>sample string 9</CustomValue>
<CyanId>7</CyanId>
<Description>sample string 5</Description>
<DeviceGroupId>3defa0cd-7a17-4262-a88c-2146af524bbb</DeviceGroupId>
<DeviceId>025709cf-79fc-46b8-9cff-801b8e3cef5f</DeviceId>
<IgnoreNodeIdsInRouting xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
<d2p1:string>sample string 3</d2p1:string>
</IgnoreNodeIdsInRouting>
<Name>sample string 4</Name>
<NodeCyanId>6</NodeCyanId>
<NodeId>250354f1-dc86-42fc-9415-f2e62dbdbc29</NodeId>
<NodeRouteId>ed3da9cf-b15d-4a5d-9ca5-ffe250800b6c</NodeRouteId>
<TenantId>dbbe5716-954c-48a0-8638-04617b7005f8</TenantId>
<UserGroupId>12df6e49-209d-4b5c-8b4c-0d71ffe09d15</UserGroupId>
<UserId>267f7dbb-8429-4d1c-be3a-3734d0984006</UserId>
</NodeRouteRepresentation>