BareMetal Audit Trails Events: BatchCreateServer
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": {
"servers": [
{
"serverId": "string",
"serverName": "string",
"hardwarePoolId": "string",
"configurationId": "string",
"rentalPeriodId": "string",
"networkInterfaces": [
{
"networkId": "string",
"ipAddress": "string",
// Includes only one of the fields `privateSubnet`, `publicSubnet`
"privateSubnet": {
"subnetId": "string"
},
"publicSubnet": {
"subnetId": "string"
},
// end of the list of possible fields
// Includes only one of the fields `privateInterface`, `publicInterface`
"privateInterface": {
"nativeSubnetId": "string",
"vlanSubinterfaces": [
{
"taggedSubnetId": "string"
}
]
},
"publicInterface": {
"nativeSubnetId": "string",
"internetTrafficPlan": "string"
}
// end of the list of possible fields
}
],
"disks": [
{
"diskId": "string",
"type": "string",
"diskSizeGb": "string"
}
],
"imageId": "string",
"labels": "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 |
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 |
|
servers[] |
Server
|
Field |
Description |
|
serverId |
string |
|
serverName |
string |
|
hardwarePoolId |
string |
|
configurationId |
string |
|
rentalPeriodId |
string |
|
networkInterfaces[] |
|
|
disks[] |
|
|
imageId |
string |
|
labels |
object (map<string, string>) |
NetworkInterface
|
Field |
Description |
|
networkId |
string |
|
ipAddress |
string |
|
privateSubnet |
Includes only one of the fields |
|
publicSubnet |
Includes only one of the fields |
|
privateInterface |
Includes only one of the fields |
|
publicInterface |
Includes only one of the fields |
PrivateSubnet
|
Field |
Description |
|
subnetId |
string |
PublicSubnet
|
Field |
Description |
|
subnetId |
string |
PrivateInterface
|
Field |
Description |
|
nativeSubnetId |
string |
|
vlanSubinterfaces[] |
VLANSubinterface
|
Field |
Description |
|
taggedSubnetId |
string |
PublicInterface
|
Field |
Description |
|
nativeSubnetId |
string |
|
internetTrafficPlan |
enum (InternetTrafficPlan)
|
Disk
|
Field |
Description |
|
diskId |
string |
|
type |
enum (DiskDriveType)
|
|
diskSizeGb |
string (int64) |