UndoConfig
Trigger this action to revert to the last saved configuration.
Use the HTTP POST method with the resource
/mgmt/actionqueue/default
, specifying
a request payload with the following
format:{
"UndoConfig": {
"Class": "config_type",
"Name": "config_name"
}
}
- Class
- String
- Name
- String
Example
To , post the following payload to https://yourhost:5554/mgmt/actionqueue/default:
{
"UndoConfig": {
"Class": "config_type",
"Name": "config_name"
}
}