Request
POST https://{hostname}:{port}
/cli/zInventory/rollback?{parameters}
Accept: text/plain
Table 1. Request parameters
| Parameter |
Type |
Required |
Description |
| application |
string |
false |
Application name or id. This is required when specifying environment by name. |
| environment |
string |
true |
Environment name or id. |
| component |
string |
false |
Component name or id. This is required when specifying version by name. |
| version |
string |
true |
Version name or id. |
| overwriteUpdatedFiles |
boolean |
false |
Whether or not to rollback files updated by later versions. Defaults to true for backwards compatability. |