Default

View root of System hierarchy

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successful Response

application/json
Responseany
get
/api/v3/system
200

Successful Response

No content

Bulk update root of System hierarchy

put

Bulk update the root of the System hierarchy.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
or
Responses
chevron-right
200

Successful Response

application/json
Responseany
put
/api/v3/system

No content

Get Attribute

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathstringRequired
attr_namestringRequired
Responses
chevron-right
200

Successful Response

application/json
Responseany
get
/api/v3/system/{path}/attr/{attr_name}

No content

Set Attribute

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathstringRequired
attr_namestringRequired
Body
anyOptional
Responses
chevron-right
200

Successful Response

application/json
Responseany
put
/api/v3/system/{path}/attr/{attr_name}

No content

Get Node

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathstringRequired
Responses
chevron-right
200

Successful Response

application/json
Responseany
get
/api/v3/system/{path}

No content

Bulk update attributes on a component

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathstringRequired
Body
or
Responses
chevron-right
200

Successful Response

application/json
Responseany
put
/api/v3/system/{path}

No content

Delete a component node

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathstringRequired
Responses
chevron-right
200

Successful Response

application/json
Responseany
delete
/api/v3/system/{path}

No content

Invoke a method on the root component

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
method_namestringRequired
Body
or
Responses
chevron-right
200

Successful Response

application/json
Responseany
post
/api/v3/system/method/{method_name}

No content

Invoke a method on a component

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathstringRequired
method_namestringRequired
Body
or
Responses
chevron-right
200

Successful Response

application/json
Responseany
post
/api/v3/system/{path}/method/{method_name}

No content

Last updated