service

service

Configuration for This resource gives service related options resource.

Read/write properties

Read only properties

service_state <String>

Service state.

message <String>

Message for the action request.

Operations

restart enable get (all) disable

[restart]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config/service?action=restart

Description: Restarts the SD-WAN Service

HTTP Method: POST

Request Payload: Request Payload Not Required

Response Payload: JSON

{ "service":{}}

[enable]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config/service?action=enable

Description: Enables the SD-WAN Service

HTTP Method: POST

Request Payload: Request Payload Not Required

Response Payload: JSON

{ "service":{}}

[get (all)]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config/service

Description: Use this operation to get SD-WAN Service status

HTTP Method: GET

Response Payload: JSON

{"service":[{ "service_state":<String_value>

, "message":<String_value> }]}

[disable]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config/service?action=disable

Description: Disables the SD-WAN Service

HTTP Method: POST

Request Payload: Request Payload Not Required

Response Payload: JSON

{ "service":{}}

Was this article helpful?