Snapshot Deployment Input

Input representation of the request to deploy a run-time catalog snapshot.
JSON example
This example shows a sample request to build a new snapshot with immediate activation.
{
  "snapshot": {
    "activationType": "IMMEDIATE"
  },
  "buildType": "FULL"
}
This example shows a sample request to rebuild a snapshot in the active status.
{
  "snapshot": {
    "activationType": "IMMEDIATE",
    "id": "1Avxx0000005DFe1AM"
  },
  "buildType": "FULL"
}
Properties
Name Type Description Required or Optional Available Version
buildType String Build type of the snapshot index. Valid value is:
  • FULL—Specifies a full index build.
  • INCREMENTAL—Specifies an incremental index build. Available from API version 63.0 and later.
Required 62.0
snapshot Run-time Catalog Snapshot Input[] Snapshot to deploy. Required 62.0