Application Load Balancer Audit Trails Events: RemoveLoadBalancerListener
- Event JSON schema
- Field description
- IamAuthentication
- IamTokenInfo
- Authorization
- ResourceMetadata
- Resource
- RequestMetadata
- Status
- EventDetails
- Listener
- Endpoint
- Address
- ExternalIpv4Address
- InternalIpv4Address
- ExternalIpv6Address
- HttpListener
- HttpHandler
- Http2Options
- Redirects
- TlsListener
- TlsHandler
- StreamHandler
- SniMatch
- StreamListener
- AllocationPolicy
- Location
- AutoScalePolicy
- LogOptions
- LogDiscardRule
- SecurityGroupInfo
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": {
"loadBalancerId": "string",
"listenerName": "string",
"loadBalancerName": "string",
"status": "string",
"regionId": "string",
"networkId": "string",
"listeners": [
{
"name": "string",
"endpoints": [
{
"addresses": [
{
// Includes only one of the fields `externalIpv4Address`, `internalIpv4Address`, `externalIpv6Address`
"externalIpv4Address": {
"address": "string"
},
"internalIpv4Address": {
"address": "string",
"subnetId": "string"
},
"externalIpv6Address": {
"address": "string"
}
// end of the list of possible fields
}
],
"ports": [
"string"
]
}
],
// Includes only one of the fields `http`, `tls`, `stream`
"http": {
"handler": {
"httpRouterId": "string",
// Includes only one of the fields `http2Options`, `allowHttp10`
"http2Options": {
"maxConcurrentStreams": "string"
},
"allowHttp10": "boolean",
// end of the list of possible fields
"rewriteRequestId": "boolean"
},
"redirects": {
"httpToHttps": "boolean"
}
},
"tls": {
"defaultHandler": {
// Includes only one of the fields `httpHandler`, `streamHandler`
"httpHandler": {
"httpRouterId": "string",
// Includes only one of the fields `http2Options`, `allowHttp10`
"http2Options": {
"maxConcurrentStreams": "string"
},
"allowHttp10": "boolean",
// end of the list of possible fields
"rewriteRequestId": "boolean"
},
"streamHandler": {
"backendGroupId": "string",
"idleTimeout": "string"
},
// end of the list of possible fields
"certificateIds": [
"string"
]
},
"sniHandlers": [
{
"name": "string",
"serverNames": [
"string"
],
"handler": {
// Includes only one of the fields `httpHandler`, `streamHandler`
"httpHandler": {
"httpRouterId": "string",
// Includes only one of the fields `http2Options`, `allowHttp10`
"http2Options": {
"maxConcurrentStreams": "string"
},
"allowHttp10": "boolean",
// end of the list of possible fields
"rewriteRequestId": "boolean"
},
"streamHandler": {
"backendGroupId": "string",
"idleTimeout": "string"
},
// end of the list of possible fields
"certificateIds": [
"string"
]
}
}
]
},
"stream": {
"handler": {
"backendGroupId": "string",
"idleTimeout": "string"
}
}
// end of the list of possible fields
}
],
"allocationPolicy": {
"locations": [
{
"zoneId": "string",
"subnetId": "string",
"disableTraffic": "boolean",
"zonalShiftActive": "boolean",
"zonalTrafficDisabled": "boolean"
}
]
},
"logGroupId": "string",
"securityGroupIds": [
"string"
],
"autoScalePolicy": {
"minZoneSize": "string",
"maxSize": "string"
},
"logOptions": {
"logGroupId": "string",
"discardRules": [
{
"httpCodes": [
"string"
],
"httpCodeIntervals": [
"string"
],
"grpcCodes": [
"string"
],
"discardPercent": "string"
}
],
"disable": "boolean"
},
"securityGroups": [
{
"securityGroupId": "string",
"securityGroupName": "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 |
|
loadBalancerId |
string |
|
listenerName |
string |
|
loadBalancerName |
string |
|
status |
enum (Status)
|
|
regionId |
string |
|
networkId |
string |
|
listeners[] |
|
|
allocationPolicy |
|
|
logGroupId |
string |
|
securityGroupIds[] |
string |
|
autoScalePolicy |
|
|
logOptions |
|
|
securityGroups[] |
Listener
|
Field |
Description |
|
name |
string |
|
endpoints[] |
|
|
http |
Includes only one of the fields |
|
tls |
Includes only one of the fields |
|
stream |
Includes only one of the fields |
Endpoint
|
Field |
Description |
|
addresses[] |
The number of elements must be greater than 0. |
|
ports[] |
string (int64) The number of elements must be greater than 0. Acceptable values are 1 to 65535, inclusive. |
Address
|
Field |
Description |
|
externalIpv4Address |
Includes only one of the fields |
|
internalIpv4Address |
Includes only one of the fields |
|
externalIpv6Address |
Includes only one of the fields |
ExternalIpv4Address
|
Field |
Description |
|
address |
string |
InternalIpv4Address
|
Field |
Description |
|
address |
string |
|
subnetId |
string |
ExternalIpv6Address
|
Field |
Description |
|
address |
string |
HttpListener
|
Field |
Description |
|
handler |
|
|
redirects |
HttpHandler
|
Field |
Description |
|
httpRouterId |
string |
|
http2Options |
Includes only one of the fields |
|
allowHttp10 |
boolean Includes only one of the fields |
|
rewriteRequestId |
boolean |
Http2Options
|
Field |
Description |
|
maxConcurrentStreams |
string (int64) |
Redirects
|
Field |
Description |
|
httpToHttps |
boolean |
TlsListener
|
Field |
Description |
|
defaultHandler |
|
|
sniHandlers[] |
TlsHandler
|
Field |
Description |
|
httpHandler |
Includes only one of the fields |
|
streamHandler |
Includes only one of the fields |
|
certificateIds[] |
string The number of elements must be greater than 0. |
StreamHandler
|
Field |
Description |
|
backendGroupId |
string |
|
idleTimeout |
string (duration) |
SniMatch
|
Field |
Description |
|
name |
string |
|
serverNames[] |
string The number of elements must be greater than 0. |
|
handler |
StreamListener
|
Field |
Description |
|
handler |
AllocationPolicy
|
Field |
Description |
|
locations[] |
The minimum number of elements is 1. |
Location
|
Field |
Description |
|
zoneId |
string |
|
subnetId |
string |
|
disableTraffic |
boolean |
|
zonalShiftActive |
boolean |
|
zonalTrafficDisabled |
boolean |
AutoScalePolicy
|
Field |
Description |
|
minZoneSize |
string (int64) Acceptable values are 0 to 1000, inclusive. |
|
maxSize |
string (int64) Acceptable values are 0 to 1000, inclusive. |
LogOptions
|
Field |
Description |
|
logGroupId |
string |
|
discardRules[] |
|
|
disable |
boolean |
LogDiscardRule
|
Field |
Description |
|
httpCodes[] |
string (int64) Acceptable values are 100 to 599, inclusive. |
|
httpCodeIntervals[] |
enum (HttpCodeInterval)
|
|
grpcCodes[] |
enum (Code)
|
|
discardPercent |
string (int64) Acceptable values are 0 to 100, inclusive. |
SecurityGroupInfo
|
Field |
Description |
|
securityGroupId |
string |
|
securityGroupName |
string |