API ReferenceNew CentralGuidesMRT APIConfiguration API
GithubAirheads Developer Community
API Reference

Update operations by xpath

List of operations to perform on nodes, identified by xpaths

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 9999

xpath identifying the node to operate on

Query Params
string

LOCAL - To update local objects. SHARED - To update shared objects. Default - Defaults to SHARED if not provided

string

Scope at which local object needs to be updated. Mandatory if object-type = LOCAL. Should not be provided for object-type = SHARED.

string

Device function for which the local object needs to be updated. Mandatory if object_type = LOCAL. Should not be provided for object_type = SHARED.

Body Params

operationsbody object

add
object

Additional data required for node ADD operations

string
length ≤ 9999

Name of function to use while processing db data

length ≤ 9999

Data type of the node to be added

string
enum

Structure of the node to be added (leaf, leaf-list, list)

Show Details
CONTAINERA container node containing other nodes
LEAFA leaf node containing a single value
LEAF_LISTA leaf-list node containing a list of values
LISTA list node containing a list of entries
Allowed:
string
enum
required

Type of operation to perform

Show Details
ADDOperation to add a new node
COPYOperation to copy values of an existing node to another node
CUSTOM_TRANSFORMCustom Transform operation, allowing custom processing
DELETEOperation to delete an existing node
MOVEOperation to move values of an existing node to another node
UPDATEOperation to update properties of an existing node
UPDATE_ENUMOperation to update enum values of an existing node
Allowed:
string
length ≤ 9999

xpath identifying the target node for the operation

update
object

Information for type update operations

string
required
length ≤ 9999

xpath identifying the node to operate on

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json