Summary
Get rollback files based on label/comment/fixed-number.
Description
Get rollback files from NSO and filter it by the comment/label/fixed-number. If more than one param is passed in, results will match 'or' logic. Label and comment will match if the param label/comment is a substring of the actual label/comment.
Route
POST /nso_manager/getRollbackFiles
Roles
admin
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
adapterId | string | yes | Name of the adapter instance. |
params | object | yes | Parameters such as rollback label and comment |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | array | Array of results. |