Cloud Backup Audit Trails Events: DeletePolicy
- Event JSON schema
- Field description
- IamAuthentication
- IamTokenInfo
- Authorization
- ResourceMetadata
- Resource
- RequestMetadata
- Status
- Policy
- PolicySettings
- RetriesConfiguration
- Interval
- Splitting
- VolumeShadowCopyServiceSettings
- ArchiveProperties
- PerformanceWindow
- Retention
- RetentionRule
- Scheduling
- BackupSet
- Time
- TimeOfDay
- SinceLastExecTime
- FileFilters
- PrePostCommand
Event JSON schema
{
"eventId": "string",
"eventSource": "string",
"eventType": "string",
"eventTime": "string",
"authentication": {
"authenticated": "boolean",
// Includes only one of the fields `subjectType`
"subjectType": "string",
// end of the list of possible fields
// Includes only one of the fields `subjectId`
"subjectId": "string",
// end of the list of possible fields
// Includes only one of the fields `subjectName`
"subjectName": "string",
// end of the list of possible fields
// Includes only one of the fields `federationId`
"federationId": "string",
// end of the list of possible fields
// Includes only one of the fields `federationName`
"federationName": "string",
// end of the list of possible fields
// Includes only one of the fields `federationType`
"federationType": "string",
// end of the list of possible fields
"tokenInfo": {
"maskedIamToken": "string",
// Includes only one of the fields `iamTokenId`
"iamTokenId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorId`
"impersonatorId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorType`
"impersonatorType": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorName`
"impersonatorName": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationId`
"impersonatorFederationId": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationName`
"impersonatorFederationName": "string",
// end of the list of possible fields
// Includes only one of the fields `impersonatorFederationType`
"impersonatorFederationType": "string"
// end of the list of possible fields
}
},
"authorization": {
"authorized": "boolean"
},
"resourceMetadata": {
"path": [
{
"resourceType": "string",
"resourceId": "string",
// Includes only one of the fields `resourceName`
"resourceName": "string"
// end of the list of possible fields
}
]
},
"requestMetadata": {
"remoteAddress": "string",
"userAgent": "string",
"requestId": "string",
// Includes only one of the fields `remotePort`
"remotePort": "string"
// end of the list of possible fields
},
"eventStatus": "string",
"error": {
"code": "integer",
"message": "string",
"details": [
"object"
]
},
"details": {
"id": "string",
"name": "string",
"createdAt": "string",
"updatedAt": "string",
"enabled": "boolean",
"settings": {
"compression": "string",
"format": "string",
"multiVolumeSnapshottingEnabled": "boolean",
"preserveFileSecuritySettings": "boolean",
"reattempts": {
"enabled": "boolean",
"interval": {
"type": "string",
"count": "string"
},
"maxAttempts": "string"
},
"silentModeEnabled": "boolean",
"splitting": {
"size": "string"
},
"vmSnapshotReattempts": {
"enabled": "boolean",
"interval": {
"type": "string",
"count": "string"
},
"maxAttempts": "string"
},
"vss": {
"enabled": "boolean",
"provider": "string"
},
"archive": {
"name": "string"
},
"performanceWindow": {
"enabled": "boolean"
},
"retention": {
"rules": [
{
// Includes only one of the fields `maxAge`, `maxCount`
"maxAge": {
"type": "string",
"count": "string"
},
"maxCount": "string",
// end of the list of possible fields
"backupSet": [
"string"
]
}
],
"beforeBackup": "boolean"
},
"scheduling": {
"backupSets": [
{
// Includes only one of the fields `time`, `sinceLastExecTime`
"time": {
"weekdays": [
"string"
],
"repeatAt": [
{
"hour": "string",
"minute": "string"
}
],
"repeatEvery": {
"type": "string",
"count": "string"
},
"timeFrom": {
"hour": "string",
"minute": "string"
},
"timeTo": {
"hour": "string",
"minute": "string"
},
"monthdays": [
"string"
],
"includeLastDayOfMonth": "boolean",
"months": [
"string"
],
"type": "string",
"runLater": "boolean"
},
"sinceLastExecTime": {
"delay": {
"type": "string",
"count": "string"
}
},
// end of the list of possible fields
"type": "string"
}
],
"enabled": "boolean",
"maxParallelBackups": "string",
"randMaxDelay": {
"type": "string",
"count": "string"
},
"scheme": "string",
"weeklyBackupDay": "string",
"taskFailure": {
"enabled": "boolean",
"interval": {
"type": "string",
"count": "string"
},
"maxAttempts": "string"
}
},
"cbt": "string",
"fastBackupEnabled": "boolean",
"quiesceSnapshottingEnabled": "boolean",
"fileFilters": {
"exclusionMasks": [
"string"
],
"inclusionMasks": [
"string"
]
},
"sectorBySector": "boolean",
"validationEnabled": "boolean",
"lvmSnapshottingEnabled": "boolean",
"prePostCommands": [
{
"cmd": "string",
"args": "string",
"enabled": "boolean",
"stopOnError": "boolean",
"type": "string",
"wait": "boolean",
"workdir": "string"
}
]
},
"folderId": "string"
},
"requestParameters": "object",
"response": "object"
}
Field description
|
Field |
Description |
|
eventId |
string |
|
eventSource |
string |
|
eventType |
string |
|
eventTime |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
authentication |
|
|
authorization |
|
|
resourceMetadata |
|
|
requestMetadata |
|
|
eventStatus |
enum (EventStatus)
|
|
error |
The error result of the operation in case of failure or cancellation. |
|
details |
|
|
requestParameters |
object |
|
response |
object |
IamAuthentication
|
Field |
Description |
|
authenticated |
boolean |
|
subjectType |
enum (IamSubjectType) Includes only one of the fields
|
|
subjectId |
string Includes only one of the fields |
|
subjectName |
string Includes only one of the fields |
|
federationId |
string Includes only one of the fields |
|
federationName |
string Includes only one of the fields |
|
federationType |
enum (FederationType) Includes only one of the fields
|
|
tokenInfo |
IamTokenInfo
|
Field |
Description |
|
maskedIamToken |
string |
|
iamTokenId |
string Includes only one of the fields |
|
impersonatorId |
string Includes only one of the fields |
|
impersonatorType |
enum (IamSubjectType) Includes only one of the fields
|
|
impersonatorName |
string Includes only one of the fields |
|
impersonatorFederationId |
string Includes only one of the fields |
|
impersonatorFederationName |
string Includes only one of the fields |
|
impersonatorFederationType |
enum (FederationType) Includes only one of the fields
|
Authorization
|
Field |
Description |
|
authorized |
boolean |
ResourceMetadata
|
Field |
Description |
|
path[] |
Resource
|
Field |
Description |
|
resourceType |
string |
|
resourceId |
string |
|
resourceName |
string Includes only one of the fields |
RequestMetadata
|
Field |
Description |
|
remoteAddress |
string |
|
userAgent |
string |
|
requestId |
string |
|
remotePort |
string (int64) Includes only one of the fields |
Status
The error result of the operation in case of failure or cancellation.
|
Field |
Description |
|
code |
integer (int32) Error code. An enum value of google.rpc.Code |
|
message |
string An error message. |
|
details[] |
object A list of messages that carry the error details. |
Policy
|
Field |
Description |
|
id |
string The maximum string length in characters is 50. |
|
name |
string The maximum string length in characters is 50. |
|
createdAt |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
updatedAt |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
enabled |
boolean |
|
settings |
|
|
folderId |
string |
PolicySettings
|
Field |
Description |
|
compression |
enum (Compression)
|
|
format |
enum (Format)
|
|
multiVolumeSnapshottingEnabled |
boolean |
|
preserveFileSecuritySettings |
boolean |
|
reattempts |
|
|
silentModeEnabled |
boolean |
|
splitting |
|
|
vmSnapshotReattempts |
|
|
vss |
|
|
archive |
|
|
performanceWindow |
|
|
retention |
|
|
scheduling |
|
|
cbt |
enum (ChangedBlockTracking)
|
|
fastBackupEnabled |
boolean |
|
quiesceSnapshottingEnabled |
boolean |
|
fileFilters |
|
|
sectorBySector |
boolean |
|
validationEnabled |
boolean |
|
lvmSnapshottingEnabled |
boolean |
|
prePostCommands[] |
RetriesConfiguration
|
Field |
Description |
|
enabled |
boolean |
|
interval |
|
|
maxAttempts |
string (int64) Value must be greater than 0. |
Interval
|
Field |
Description |
|
type |
enum (Type)
|
|
count |
string (int64) Value must be greater than 0. |
Splitting
|
Field |
Description |
|
size |
string (int64) |
VolumeShadowCopyServiceSettings
|
Field |
Description |
|
enabled |
boolean |
|
provider |
enum (VSSProvider)
|
ArchiveProperties
|
Field |
Description |
|
name |
string |
PerformanceWindow
|
Field |
Description |
|
enabled |
boolean |
Retention
|
Field |
Description |
|
rules[] |
|
|
beforeBackup |
boolean |
RetentionRule
|
Field |
Description |
|
maxAge |
Includes only one of the fields |
|
maxCount |
string (int64) Includes only one of the fields |
|
backupSet[] |
enum (RepeatePeriod)
|
Scheduling
|
Field |
Description |
|
backupSets[] |
The number of elements must be greater than 0. |
|
enabled |
boolean |
|
maxParallelBackups |
string (int64) |
|
randMaxDelay |
|
|
scheme |
enum (Scheme)
|
|
weeklyBackupDay |
enum (Day)
|
|
taskFailure |
BackupSet
|
Field |
Description |
|
time |
Includes only one of the fields |
|
sinceLastExecTime |
Includes only one of the fields |
|
type |
enum (Type)
|
Time
|
Field |
Description |
|
weekdays[] |
enum (Day)
|
|
repeatAt[] |
|
|
repeatEvery |
|
|
timeFrom |
|
|
timeTo |
|
|
monthdays[] |
string (int64) |
|
includeLastDayOfMonth |
boolean |
|
months[] |
string (int64) |
|
type |
enum (RepeatePeriod)
|
|
runLater |
boolean |
TimeOfDay
|
Field |
Description |
|
hour |
string (int64) |
|
minute |
string (int64) |
SinceLastExecTime
|
Field |
Description |
|
delay |
FileFilters
|
Field |
Description |
|
exclusionMasks[] |
string |
|
inclusionMasks[] |
string |
PrePostCommand
|
Field |
Description |
|
cmd |
string |
|
args |
string |
|
enabled |
boolean |
|
stopOnError |
boolean |
|
type |
enum (CommandType)
|
|
wait |
boolean |
|
workdir |
string |