-
Notifications
You must be signed in to change notification settings - Fork 22
/
config.json
114 lines (114 loc) · 3.53 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"computeMetadata": {
"v1":{
"instance": {
"attributes": {
"enable-oslogin": "false",
"metadata2": "value2"
},
"cpuPlatform": "Intel Broadwell",
"description": "",
"disks": [
{
"deviceName": "instance-1",
"index": 0,
"interface": "SCSI",
"mode": "READ_WRITE",
"type": "PERSISTENT-BALANCED"
},
{
"deviceName": "disk-1",
"index": 1,
"interface": "SCSI",
"mode": "READ_WRITE",
"type": "PERSISTENT-BALANCED"
}
],
"guestAttributes": {},
"hostname": "instance-1.c.srashid-test2.internal",
"id": 5775171277418378000,
"image": "projects/debian-cloud/global/images/debian-11-bullseye-v20231004",
"licenses": [
{
"id": "3853522013536123851"
}
],
"machineType": "projects/708288290784/machineTypes/e2-standard-4",
"maintenanceEvent": "NONE",
"name": "instance-1",
"networkInterfaces": [
{
"accessConfigs": [
{
"externalIp": "34.69.160.1",
"type": "ONE_TO_ONE_NAT"
}
],
"dnsServers": [
"169.254.169.254"
],
"forwardedIps": [],
"gateway": "10.128.0.1",
"ip": "10.128.0.19",
"ipAliases": [],
"mac": "42:01:0a:80:00:13",
"mtu": 1460,
"network": "projects/708288290784/networks/default",
"subnetmask": "255.255.240.0",
"targetInstanceIps": []
}
],
"partnerAttributes": {},
"preempted": "FALSE",
"remainingCpuTime": -1,
"scheduling": {
"automaticRestart": "TRUE",
"onHostMaintenance": "MIGRATE",
"preemptible": "FALSE"
},
"serviceAccounts": {
"metadata-sa@$PROJECT.iam.gserviceaccount.com": {
"aliases": [
"default"
],
"email": "metadata-sa@$PROJECT.iam.gserviceaccount.com",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/userinfo.email"
]
},
"default": {
"aliases": [
"default"
],
"email": "metadata-sa@$PROJECT.iam.gserviceaccount.com",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/userinfo.email"
]
}
},
"tags": [
"tag1",
"tag2"
],
"virtualClock": {
"driftToken": "0"
},
"zone": "projects/708288290784/zones/us-central1-a"
},
"oslogin": {
"authenticate": {
"sessions": {}
}
},
"project": {
"attributes": {
"ssh-keys": "srashid:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCdVeH9zvBfNc7x9mVxo6SMvtz6yRlXtvoiUyEBnSaQg4NIGFeyoRKkAdW2Ubp7ZSHn1kudHR1d9uiFqGtBJ/u6uS/07/mOFNKf4JRzb2dj7IpCZOntV4yQUu+TEcnS8TV9DW5aTQ3YMJgZEV+5FQr/1dTY3t+92gzIr5nGJqArRtJgiLACq34wgcU71cMiNpEhUHk07doIxoOC1AJaHyPVlAdNt1FKQoo7cfJPoKjYBPvUlnAmf1s6in90g7HqBMS5xo1cPhHY42JZpH0kySLpZKEwDtjXjoIT+felVOCq8HTOph1N9VmoW3IrtyB+sBod2kJGlOSmV0dypzW9Vrozd2J0c+D78tNooeHFgNKmu8/YP57TKgLKfZsg5aDCtrv0= srashid@srashid12"
},
"numericProjectId": 708288290784,
"projectId": "$PROJECT"
}
}
}
}