Application Load Balancer Audit Trails Events: AddBackendGroupBackend
- Event JSON schema
- Field description
- IamAuthentication
- IamTokenInfo
- Authorization
- ResourceMetadata
- Resource
- RequestMetadata
- Status
- EventDetails
- BackendOneOf
- HttpBackend
- LoadBalancingConfig
- TargetGroupsBackend
- StorageBucketBackend
- HealthCheck
- StreamHealthCheck
- Payload
- HttpHealthCheck
- GrpcHealthCheck
- SecureTransportSettings
- ValidationContext
- BackendTls
- GrpcBackend
- StreamBackend
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": {
"backendGroupId": "string",
"backendGroupName": "string",
"backends": [
{
// Includes only one of the fields `http`, `grpc`, `stream`
"http": {
"name": "string",
"backendWeight": "string",
"loadBalancingConfig": {
"panicThreshold": "string",
"localityAwareRoutingPercent": "string",
"strictLocality": "boolean",
"mode": "string"
},
"port": "string",
// Includes only one of the fields `targetGroups`, `storageBucket`
"targetGroups": {
"targetGroupIds": [
"string"
]
},
"storageBucket": {
"bucket": "string"
},
// end of the list of possible fields
"healthchecks": [
{
"timeout": "string",
"interval": "string",
"intervalJitterPercent": "string",
"healthyThreshold": "string",
"unhealthyThreshold": "string",
"healthcheckPort": "string",
// Includes only one of the fields `stream`, `http`, `grpc`
"stream": {
"send": {
// Includes only one of the fields `text`
"text": "string"
// end of the list of possible fields
},
"receive": {
// Includes only one of the fields `text`
"text": "string"
// end of the list of possible fields
}
},
"http": {
"host": "string",
"path": "string",
"useHttp2": "boolean",
"expectedStatuses": [
"string"
]
},
"grpc": {
"serviceName": "string"
},
// end of the list of possible fields
// Includes only one of the fields `plaintext`, `tls`
"plaintext": "object",
"tls": {
"sni": "string",
"validationContext": {
// Includes only one of the fields `trustedCaId`, `trustedCaBytes`
"trustedCaId": "string",
"trustedCaBytes": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
}
],
"tls": {
"sni": "string",
"validationContext": {
// Includes only one of the fields `trustedCaId`, `trustedCaBytes`
"trustedCaId": "string",
"trustedCaBytes": "string"
// end of the list of possible fields
}
},
"useHttp2": "boolean"
},
"grpc": {
"name": "string",
"backendWeight": "string",
"loadBalancingConfig": {
"panicThreshold": "string",
"localityAwareRoutingPercent": "string",
"strictLocality": "boolean",
"mode": "string"
},
"port": "string",
// Includes only one of the fields `targetGroups`
"targetGroups": {
"targetGroupIds": [
"string"
]
},
// end of the list of possible fields
"healthchecks": [
{
"timeout": "string",
"interval": "string",
"intervalJitterPercent": "string",
"healthyThreshold": "string",
"unhealthyThreshold": "string",
"healthcheckPort": "string",
// Includes only one of the fields `stream`, `http`, `grpc`
"stream": {
"send": {
// Includes only one of the fields `text`
"text": "string"
// end of the list of possible fields
},
"receive": {
// Includes only one of the fields `text`
"text": "string"
// end of the list of possible fields
}
},
"http": {
"host": "string",
"path": "string",
"useHttp2": "boolean",
"expectedStatuses": [
"string"
]
},
"grpc": {
"serviceName": "string"
},
// end of the list of possible fields
// Includes only one of the fields `plaintext`, `tls`
"plaintext": "object",
"tls": {
"sni": "string",
"validationContext": {
// Includes only one of the fields `trustedCaId`, `trustedCaBytes`
"trustedCaId": "string",
"trustedCaBytes": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
}
],
"tls": {
"sni": "string",
"validationContext": {
// Includes only one of the fields `trustedCaId`, `trustedCaBytes`
"trustedCaId": "string",
"trustedCaBytes": "string"
// end of the list of possible fields
}
}
},
"stream": {
"name": "string",
"backendWeight": "string",
"loadBalancingConfig": {
"panicThreshold": "string",
"localityAwareRoutingPercent": "string",
"strictLocality": "boolean",
"mode": "string"
},
"port": "string",
// Includes only one of the fields `targetGroups`
"targetGroups": {
"targetGroupIds": [
"string"
]
},
// end of the list of possible fields
"healthchecks": [
{
"timeout": "string",
"interval": "string",
"intervalJitterPercent": "string",
"healthyThreshold": "string",
"unhealthyThreshold": "string",
"healthcheckPort": "string",
// Includes only one of the fields `stream`, `http`, `grpc`
"stream": {
"send": {
// Includes only one of the fields `text`
"text": "string"
// end of the list of possible fields
},
"receive": {
// Includes only one of the fields `text`
"text": "string"
// end of the list of possible fields
}
},
"http": {
"host": "string",
"path": "string",
"useHttp2": "boolean",
"expectedStatuses": [
"string"
]
},
"grpc": {
"serviceName": "string"
},
// end of the list of possible fields
// Includes only one of the fields `plaintext`, `tls`
"plaintext": "object",
"tls": {
"sni": "string",
"validationContext": {
// Includes only one of the fields `trustedCaId`, `trustedCaBytes`
"trustedCaId": "string",
"trustedCaBytes": "string"
// end of the list of possible fields
}
}
// end of the list of possible fields
}
],
"tls": {
"sni": "string",
"validationContext": {
// Includes only one of the fields `trustedCaId`, `trustedCaBytes`
"trustedCaId": "string",
"trustedCaBytes": "string"
// end of the list of possible fields
}
},
"enableProxyProtocol": "boolean",
"keepConnectionsOnHostHealthFailure": "boolean"
}
// end of the list of possible fields
}
]
},
"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 |
|
backendGroupId |
string |
|
backendGroupName |
string |
|
backends[] |
BackendOneOf
|
Field |
Description |
|
http |
Includes only one of the fields |
|
grpc |
Includes only one of the fields |
|
stream |
Includes only one of the fields |
HttpBackend
|
Field |
Description |
|
name |
string Value must match the regular expression |
|
backendWeight |
string (int64) |
|
loadBalancingConfig |
|
|
port |
string (int64) Acceptable values are 0 to 65535, inclusive. |
|
targetGroups |
Includes only one of the fields |
|
storageBucket |
Includes only one of the fields |
|
healthchecks[] |
|
|
tls |
|
|
useHttp2 |
boolean |
LoadBalancingConfig
|
Field |
Description |
|
panicThreshold |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
localityAwareRoutingPercent |
string (int64) Acceptable values are 0 to 100, inclusive. |
|
strictLocality |
boolean |
|
mode |
enum (LoadBalancingMode)
|
TargetGroupsBackend
|
Field |
Description |
|
targetGroupIds[] |
string The number of elements must be greater than 0. |
StorageBucketBackend
|
Field |
Description |
|
bucket |
string |
HealthCheck
|
Field |
Description |
|
timeout |
string (duration) |
|
interval |
string (duration) |
|
intervalJitterPercent |
string |
|
healthyThreshold |
string (int64) |
|
unhealthyThreshold |
string (int64) |
|
healthcheckPort |
string (int64) Acceptable values are 0 to 65535, inclusive. |
|
stream |
Includes only one of the fields |
|
http |
Includes only one of the fields |
|
grpc |
Includes only one of the fields |
|
plaintext |
object Includes only one of the fields |
|
tls |
Includes only one of the fields |
StreamHealthCheck
|
Field |
Description |
|
send |
|
|
receive |
Payload
|
Field |
Description |
|
text |
string The string length in characters must be greater than 0. Includes only one of the fields |
HttpHealthCheck
|
Field |
Description |
|
host |
string |
|
path |
string |
|
useHttp2 |
boolean |
|
expectedStatuses[] |
string (int64) Acceptable values are 100 to 599, inclusive. |
GrpcHealthCheck
|
Field |
Description |
|
serviceName |
string |
SecureTransportSettings
|
Field |
Description |
|
sni |
string |
|
validationContext |
ValidationContext
|
Field |
Description |
|
trustedCaId |
string Includes only one of the fields |
|
trustedCaBytes |
string Includes only one of the fields |
BackendTls
|
Field |
Description |
|
sni |
string |
|
validationContext |
GrpcBackend
|
Field |
Description |
|
name |
string Value must match the regular expression |
|
backendWeight |
string (int64) |
|
loadBalancingConfig |
|
|
port |
string (int64) Acceptable values are 0 to 65535, inclusive. |
|
targetGroups |
Includes only one of the fields |
|
healthchecks[] |
|
|
tls |
StreamBackend
|
Field |
Description |
|
name |
string Value must match the regular expression |
|
backendWeight |
string (int64) |
|
loadBalancingConfig |
|
|
port |
string (int64) Acceptable values are 0 to 65535, inclusive. |
|
targetGroups |
Includes only one of the fields |
|
healthchecks[] |
|
|
tls |
|
|
enableProxyProtocol |
boolean |
|
keepConnectionsOnHostHealthFailure |
boolean |