v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
System

Create an archive

Create new archive of the given kind

post/system/archives/{archiveKind}

Path parameters

archiveKind'full' | 'groups' | 'rules' | 'directives' | 'parameters' required
Example:full

Type of archive to make

Response

Success

result'success' | 'error' required

Result of the request

action'archiveFull' | 'archiveGroups' | 'archiveRules' | 'archiveDirectives' | 'archiveParameters' required

The kind of the archive

Example response

{
  "action": "archiveFull",
  "data": {
    "full": {
      "commiter": "Rudder system account",
      "gitCommit": "546de1b211ecc5b7ca295abac2191bc6bb05d44e",
      "id": "2019-09-17_16-06-15.255"
    }
  }
}