System
Restore an archive
Restore an archive of the given kind for the given moment
post/system/archives/{archiveKind}/restore/{archiveRestoreKind}
Path parameters
archiveKind'full' | 'groups' | 'rules' | 'directives' | 'parameters' required
Example:full
Type of archive to make
archiveRestoreKind'latestArchive' | 'latestCommit' | 'archive ID' required
What archive to restore (latest archive, latest commit in configuration repository, or archive with ID as given by listArchive)
Example:latestCommit
Response
Success
Example response
{
"action": "restoreFullLatestArchive",
"data": {
"full": "Started",
"groups": "Started",
"rules": "Started",
"directive": "Started",
"parameters": "Started"
}
}