Lock a snapshot's version list
This command locks the list of component versions included in a snapshot. This cannot be reversed and prevents any future changes to the list of versions included in the snapshot.
Request
PUT https://{hostname}:{port}
/cli/snapshot/lockSnapshotVersions?{parameters}
Parameter | Type | Required | Description |
---|---|---|---|
snapshot | string | true | Name or ID of the snapshot |
application | string | false | Name of the application; this value is required if you specify the snapshot name instead of ID |
Related CLI command: lockSnapshotVersions.