| ||
| detail: element | attribute | value | ||
XML Example:<RunningStateChangeRequest> <running_state>RUNNING | NOTRUNNING | RESTARTING | POWERCYCLING</running_state> </RunningStateChangeRequest> | JSON Example:{"RunningStateChangeRequest":
{
"running_state": 'RUNNING' | 'NOTRUNNING' | 'RESTARTING' | 'POWERCYCLING',
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| running_state | RUNNING | NOTRUNNING | RESTARTING | POWERCYCLING | false | false |
| ||
| detail: element | attribute | value | ||