Compute Audit Trails Events: StartInstanceGroup
- Event JSON schema
- Field description
- IamAuthentication
- IamTokenInfo
- Authorization
- ResourceMetadata
- Resource
- RequestMetadata
- Status
- EventDetails
- InstanceTemplate
- ResourcesSpec
- AttachedDiskSpec
- DiskSpec
- NetworkInterfaceSpec
- PrimaryAddressSpec
- OneToOneNatSpec
- DnsRecordSpec
- SchedulingPolicy
- NetworkSettings
- PlacementPolicy
- HostAffinityRule
- AttachedFilesystemSpec
- MetadataOptions
- ScalePolicy
- FixedScale
- AutoScale
- CpuUtilizationRule
- CustomRule
- DeployPolicy
- AllocationPolicy
- Zone
- LoadBalancerSpec
- TargetGroupSpec
- HealthChecksSpec
- HealthCheckSpec
- TcpOptions
- HttpOptions
- Variable
- ApplicationLoadBalancerSpec
- ApplicationTargetGroupSpec
- LoadBalancerState
- ApplicationLoadBalancerState
Event JSON schema
{
"eventId": "string",
"eventSource": "string",
"eventType": "string",
"eventTime": "string",
"authentication": {
"authenticated": "boolean",
"subjectType": "string",
"subjectId": "string",
"subjectName": "string",
"federationId": "string",
"federationName": "string",
"federationType": "string",
"tokenInfo": {
"maskedIamToken": "string",
"iamTokenId": "string",
"impersonatorId": "string",
"impersonatorType": "string",
"impersonatorName": "string",
"impersonatorFederationId": "string",
"impersonatorFederationName": "string",
"impersonatorFederationType": "string"
}
},
"authorization": {
"authorized": "boolean"
},
"resourceMetadata": {
"path": [
{
"resourceType": "string",
"resourceId": "string",
"resourceName": "string"
}
]
},
"requestMetadata": {
"remoteAddress": "string",
"userAgent": "string",
"requestId": "string",
"remotePort": "string"
},
"eventStatus": "string",
"error": {
"code": "integer",
"message": "string",
"details": [
"object"
]
},
"details": {
"instanceGroupId": "string",
"instanceGroupName": "string",
"instanceTemplate": {
"description": "string",
"labels": "object",
"platformId": "string",
"resourcesSpec": {
"memory": "string",
"cores": "string",
"coreFraction": "string",
"gpus": "string"
},
"metadata": "object",
"bootDiskSpec": {
"mode": "string",
"deviceName": "string",
"diskSpec": {
"description": "string",
"typeId": "string",
"size": "string",
// Includes only one of the fields `imageId`, `snapshotId`
"imageId": "string",
"snapshotId": "string",
// end of the list of possible fields
"preserveAfterInstanceDelete": "boolean"
},
"diskId": "string",
"name": "string"
},
"secondaryDiskSpecs": [
{
"mode": "string",
"deviceName": "string",
"diskSpec": {
"description": "string",
"typeId": "string",
"size": "string",
// Includes only one of the fields `imageId`, `snapshotId`
"imageId": "string",
"snapshotId": "string",
// end of the list of possible fields
"preserveAfterInstanceDelete": "boolean"
},
"diskId": "string",
"name": "string"
}
],
"networkInterfaceSpecs": [
{
"networkId": "string",
"subnetIds": [
"string"
],
"primaryV4AddressSpec": {
"oneToOneNatSpec": {
"ipVersion": "string",
"address": "string",
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
]
},
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
],
"address": "string"
},
"primaryV6AddressSpec": {
"oneToOneNatSpec": {
"ipVersion": "string",
"address": "string",
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
]
},
"dnsRecordSpecs": [
{
"fqdn": "string",
"dnsZoneId": "string",
"ttl": "string",
"ptr": "boolean"
}
],
"address": "string"
},
"securityGroupIds": [
"string"
]
}
],
"schedulingPolicy": {
"preemptible": "boolean"
},
"serviceAccountId": "string",
"networkSettings": {
"type": "string"
},
"name": "string",
"hostname": "string",
"placementPolicy": {
"placementGroupId": "string",
"hostAffinityRules": [
{
"key": "string",
"op": "string",
"values": [
"string"
]
}
]
},
"filesystemSpecs": [
{
"mode": "string",
"deviceName": "string",
"filesystemId": "string"
}
],
"metadataOptions": {
"gceHttpEndpoint": "string",
"awsV1HttpEndpoint": "string",
"gceHttpToken": "string",
"awsV1HttpToken": "string"
},
"reservedInstancePoolId": "string"
},
"scalePolicy": {
// Includes only one of the fields `fixedScale`, `autoScale`
"fixedScale": {
"size": "string"
},
"autoScale": {
"minZoneSize": "string",
"maxSize": "string",
"measurementDuration": "string",
"warmupDuration": "string",
"stabilizationDuration": "string",
"initialSize": "string",
"cpuUtilizationRule": {
"utilizationTarget": "string"
},
"customRules": [
{
"ruleType": "string",
"metricType": "string",
"metricName": "string",
"labels": "object",
"target": "string",
"folderId": "string",
"service": "string"
}
],
"autoScaleType": "string"
},
// end of the list of possible fields
"testAutoScale": {
"minZoneSize": "string",
"maxSize": "string",
"measurementDuration": "string",
"warmupDuration": "string",
"stabilizationDuration": "string",
"initialSize": "string",
"cpuUtilizationRule": {
"utilizationTarget": "string"
},
"customRules": [
{
"ruleType": "string",
"metricType": "string",
"metricName": "string",
"labels": "object",
"target": "string",
"folderId": "string",
"service": "string"
}
],
"autoScaleType": "string"
}
},
"deployPolicy": {
"maxUnavailable": "string",
"maxDeleting": "string",
"maxCreating": "string",
"maxExpansion": "string",
"startupDuration": "string",
"strategy": "string",
"minimalAction": "string"
},
"allocationPolicy": {
"zones": [
{
"zoneId": "string",
"instanceTagsPool": [
"string"
]
}
]
},
"loadBalancerSpec": {
"targetGroupSpec": {
"name": "string",
"description": "string",
"labels": "object"
},
"maxOpeningTrafficDuration": "string",
"ignoreHealthChecks": "boolean"
},
"healthChecksSpec": {
"healthCheckSpecs": [
{
"interval": "string",
"timeout": "string",
"unhealthyThreshold": "string",
"healthyThreshold": "string",
// Includes only one of the fields `tcpOptions`, `httpOptions`
"tcpOptions": {
"port": "string"
},
"httpOptions": {
"port": "string",
"path": "string"
}
// end of the list of possible fields
}
],
"maxCheckingHealthDuration": "string"
},
"serviceAccountId": "string",
"status": "string",
"variables": [
{
"key": "string",
"value": "string"
}
],
"deletionProtection": "boolean",
"applicationLoadBalancerSpec": {
"targetGroupSpec": {
"name": "string",
"description": "string",
"labels": "object"
},
"maxOpeningTrafficDuration": "string",
"ignoreHealthChecks": "boolean"
},
"loadBalancerState": {
"targetGroupId": "string",
"statusMessage": "string"
},
"applicationLoadBalancerState": {
"targetGroupId": "string",
"statusMessage": "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)
|
|
subjectId |
string |
|
subjectName |
string |
|
federationId |
string |
|
federationName |
string |
|
federationType |
enum (FederationType)
|
|
tokenInfo |
IamTokenInfo
|
Field |
Description |
|
maskedIamToken |
string |
|
iamTokenId |
string |
|
impersonatorId |
string |
|
impersonatorType |
enum (IamSubjectType)
|
|
impersonatorName |
string |
|
impersonatorFederationId |
string |
|
impersonatorFederationName |
string |
|
impersonatorFederationType |
enum (FederationType)
|
Authorization
|
Field |
Description |
|
authorized |
boolean |
ResourceMetadata
|
Field |
Description |
|
path[] |
Resource
|
Field |
Description |
|
resourceType |
string |
|
resourceId |
string |
|
resourceName |
string |
RequestMetadata
|
Field |
Description |
|
remoteAddress |
string |
|
userAgent |
string |
|
requestId |
string |
|
remotePort |
string (int64) |
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. |
EventDetails
|
Field |
Description |
|
instanceGroupId |
string |
|
instanceGroupName |
string |
|
instanceTemplate |
|
|
scalePolicy |
|
|
deployPolicy |
|
|
allocationPolicy |
|
|
loadBalancerSpec |
|
|
healthChecksSpec |
|
|
serviceAccountId |
string |
|
status |
string |
|
variables[] |
|
|
deletionProtection |
boolean |
|
applicationLoadBalancerSpec |
|
|
loadBalancerState |
|
|
applicationLoadBalancerState |
InstanceTemplate
|
Field |
Description |
|
description |
string The maximum string length in characters is 256. |
|
labels |
object (map<string, string>) No more than 64 per resource. The maximum string length in characters for each value is 128. The string length in characters for each key must be 1-63. Each key must match the regular expression |
|
platformId |
string |
|
resourcesSpec |
|
|
metadata |
object (map<string, string>) No more than 128 per resource. The maximum string length in characters for each value is 262144. The string length in characters for each key must be 1-63. Each key must match the regular expression |
|
bootDiskSpec |
|
|
secondaryDiskSpecs[] |
The maximum number of elements is 3. |
|
networkInterfaceSpecs[] |
|
|
schedulingPolicy |
|
|
serviceAccountId |
string |
|
networkSettings |
|
|
name |
string The maximum string length in characters is 128. |
|
hostname |
string The maximum string length in characters is 128. |
|
placementPolicy |
|
|
filesystemSpecs[] |
|
|
metadataOptions |
|
|
reservedInstancePoolId |
string |
ResourcesSpec
|
Field |
Description |
|
memory |
string (int64) The maximum value is 824633720832. |
|
cores |
string (int64) |
|
coreFraction |
string (int64) |
|
gpus |
string (int64) |
AttachedDiskSpec
|
Field |
Description |
|
mode |
enum (Mode)
|
|
deviceName |
string Value must match the regular expression |
|
diskSpec |
|
|
diskId |
string The maximum string length in characters is 128. Value must match the regular expression |
|
name |
string The maximum string length in characters is 128. |
DiskSpec
|
Field |
Description |
|
description |
string The maximum string length in characters is 256. |
|
typeId |
string |
|
size |
string (int64) Acceptable values are 4194304 to 28587302322176, inclusive. |
|
imageId |
string The maximum string length in characters is 50. Includes only one of the fields |
|
snapshotId |
string The maximum string length in characters is 50. Includes only one of the fields |
|
preserveAfterInstanceDelete |
boolean |
NetworkInterfaceSpec
|
Field |
Description |
|
networkId |
string |
|
subnetIds[] |
string |
|
primaryV4AddressSpec |
|
|
primaryV6AddressSpec |
|
|
securityGroupIds[] |
string |
PrimaryAddressSpec
|
Field |
Description |
|
oneToOneNatSpec |
|
|
dnsRecordSpecs[] |
|
|
address |
string |
OneToOneNatSpec
|
Field |
Description |
|
ipVersion |
enum (IpVersion)
|
|
address |
string |
|
dnsRecordSpecs[] |
DnsRecordSpec
|
Field |
Description |
|
fqdn |
string |
|
dnsZoneId |
string |
|
ttl |
string (int64) Acceptable values are 0 to 86400, inclusive. |
|
ptr |
boolean |
SchedulingPolicy
|
Field |
Description |
|
preemptible |
boolean |
NetworkSettings
|
Field |
Description |
|
type |
enum (Type)
|
PlacementPolicy
|
Field |
Description |
|
placementGroupId |
string |
|
hostAffinityRules[] |
HostAffinityRule
|
Field |
Description |
|
key |
string |
|
op |
enum (Operator)
|
|
values[] |
string |
AttachedFilesystemSpec
|
Field |
Description |
|
mode |
enum (Mode)
|
|
deviceName |
string Value must match the regular expression |
|
filesystemId |
string The maximum string length in characters is 128. Value must match the regular expression |
MetadataOptions
|
Field |
Description |
|
gceHttpEndpoint |
enum (MetadataOption)
|
|
awsV1HttpEndpoint |
enum (MetadataOption)
|
|
gceHttpToken |
enum (MetadataOption)
|
|
awsV1HttpToken |
enum (MetadataOption)
|
ScalePolicy
|
Field |
Description |
|
fixedScale |
Includes only one of the fields |
|
autoScale |
Includes only one of the fields |
|
testAutoScale |
FixedScale
|
Field |
Description |
|
size |
string (int64) Acceptable values are 1 to 100, inclusive. |
AutoScale
|
Field |
Description |
|
minZoneSize |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
maxSize |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
measurementDuration |
string (duration) |
|
warmupDuration |
string (duration) |
|
stabilizationDuration |
string (duration) |
|
initialSize |
string (int64) The minimum value is 1. |
|
cpuUtilizationRule |
|
|
customRules[] |
The maximum number of elements is 3. |
|
autoScaleType |
enum (AutoScaleType)
|
CpuUtilizationRule
|
Field |
Description |
|
utilizationTarget |
string Acceptable values are 10 to 100, inclusive. |
CustomRule
|
Field |
Description |
|
ruleType |
enum (RuleType)
|
|
metricType |
enum (MetricType)
|
|
metricName |
string Value must match the regular expression |
|
labels |
object (map<string, string>) Each value must match the regular expression |
|
target |
string Value must be greater than 0. |
|
folderId |
string The maximum string length in characters is 50. |
|
service |
string The maximum string length in characters is 200. |
DeployPolicy
|
Field |
Description |
|
maxUnavailable |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
maxDeleting |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
maxCreating |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
maxExpansion |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
startupDuration |
string (duration) |
|
strategy |
enum (Strategy)
|
|
minimalAction |
enum (MinimalAction)
|
AllocationPolicy
|
Field |
Description |
|
zones[] |
The minimum number of elements is 1. |
Zone
|
Field |
Description |
|
zoneId |
string |
|
instanceTagsPool[] |
string The string length in characters for each value must be 3-50. |
LoadBalancerSpec
|
Field |
Description |
|
targetGroupSpec |
|
|
maxOpeningTrafficDuration |
string (duration) |
|
ignoreHealthChecks |
boolean |
TargetGroupSpec
|
Field |
Description |
|
name |
string Value must match the regular expression |
|
description |
string The maximum string length in characters is 256. |
|
labels |
object (map<string, string>) No more than 64 per resource. The maximum string length in characters for each value is 63. Each value must match the regular expression |
HealthChecksSpec
|
Field |
Description |
|
healthCheckSpecs[] |
The minimum number of elements is 1. |
|
maxCheckingHealthDuration |
string (duration) |
HealthCheckSpec
|
Field |
Description |
|
interval |
string (duration) |
|
timeout |
string (duration) |
|
unhealthyThreshold |
string (int64) |
|
healthyThreshold |
string (int64) |
|
tcpOptions |
Includes only one of the fields |
|
httpOptions |
Includes only one of the fields |
TcpOptions
|
Field |
Description |
|
port |
string (int64) Acceptable values are 1 to 65535, inclusive. |
HttpOptions
|
Field |
Description |
|
port |
string (int64) Acceptable values are 1 to 65535, inclusive. |
|
path |
string |
Variable
|
Field |
Description |
|
key |
string The string length in characters must be 1-128. Value must match the regular expression |
|
value |
string The maximum string length in characters is 128. |
ApplicationLoadBalancerSpec
|
Field |
Description |
|
targetGroupSpec |
|
|
maxOpeningTrafficDuration |
string (duration) |
|
ignoreHealthChecks |
boolean |
ApplicationTargetGroupSpec
|
Field |
Description |
|
name |
string |
|
description |
string |
|
labels |
object (map<string, string>) |
LoadBalancerState
|
Field |
Description |
|
targetGroupId |
string |
|
statusMessage |
string |
ApplicationLoadBalancerState
|
Field |
Description |
|
targetGroupId |
string |
|
statusMessage |
string |