Results of lookupImage
#621
jihoon-seo
started this conversation in
General
Replies: 3 comments
-
|
{
"IId": {
"NameId": "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-minimal-1804-bionic-v20191024",
"SystemId": "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-minimal-1804-bionic-v20191024"
},
"GuestOS": "ubuntu-minimal-1804-lts",
"Status": "READY",
"KeyValueList": [
{
"Key": "Name",
"Value": "ubuntu-minimal-1804-bionic-v20191024"
},
{
"Key": "SourceImage",
"Value": ""
},
{
"Key": "SourceType",
"Value": "RAW"
},
{
"Key": "SelfLink",
"Value": "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-minimal-1804-bionic-v20191024"
},
{
"Key": "Family",
"Value": "ubuntu-minimal-1804-lts"
},
{
"Key": "DiskSizeGb",
"Value": "10"
}
]
}-> Human readable 정보:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
{
"IId": {
"NameId": "Canonical:UbuntuServer:18.04-LTS:18.04.201804262",
"SystemId": "Canonical:UbuntuServer:18.04-LTS:18.04.201804262"
},
"GuestOS": "Linux",
"Status": "",
"KeyValueList": [
{
"Key": "ResourceGroup",
"Value": "cb-tumblebug-az-wus-jhseo"
}
]
}-> Human readable 정보:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
{
"IId": {
"NameId": "ubuntu_18_04_x64_20G_alibase_20210521.vhd",
"SystemId": "ubuntu_18_04_x64_20G_alibase_20210521.vhd"
},
"GuestOS": "Ubuntu 18.04 64 bit",
"Status": "Available",
"KeyValueList": [
{
"Key": "CreationTime",
"Value": "2021-05-27T09:18:02Z"
},
{
"Key": "Architecture",
"Value": "x86_64"
},
{
"Key": "OSNameEn",
"Value": "Ubuntu 18.04 64 bit"
},
{
"Key": "ProductCode",
"Value": ""
},
{
"Key": "OSType",
"Value": "linux"
},
{
"Key": "OSName",
"Value": "Ubuntu 18.04 64位"
},
{
"Key": "Progress",
"Value": "100%"
},
{
"Key": "IsSupportCloudinit",
"Value": "true"
},
{
"Key": "Usage",
"Value": "instance"
},
{
"Key": "ImageVersion",
"Value": ""
},
{
"Key": "IsSupportIoOptimized",
"Value": "true"
},
{
"Key": "IsSelfShared",
"Value": ""
},
{
"Key": "IsCopied",
"Value": "false"
},
{
"Key": "IsSubscribed",
"Value": "false"
},
{
"Key": "Platform",
"Value": "Ubuntu"
},
{
"Key": "Size",
"Value": "20"
},
{
"Key": "Description",
"Value": ""
}
]
}-> Human readable 정보:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
❯ ./lookupImage.sh aws 1 jhseo{ "IId": { "NameId": "ami-061eb2b23f9f8839c", "SystemId": "ami-061eb2b23f9f8839c" }, "GuestOS": "Linux/UNIX", "Status": "available", "KeyValueList": [ { "Key": "CreationDate", "Value": "2019-10-02T23:28:59.000Z" }, { "Key": "Architecture", "Value": "x86_64" }, { "Key": "OwnerId", "Value": "099720109477" }, { "Key": "ImageType", "Value": "machine" }, { "Key": "ImageLocation", "Value": "099720109477/ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20191002" }, { "Key": "VirtualizationType", "Value": "hvm" }, { "Key": "Public", "Value": "true" }, { "Key": "PlatformDetails", "Value": "Linux/UNIX" }, { "Key": "Name", "Value": "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20191002" }, { "Key": "Description", "Value": "Canonical, Ubuntu, 18.04 LTS, amd64 bionic image build on 2019-10-02" }, { "Key": "RootDeviceName", "Value": "/dev/sda1" }, { "Key": "RootDeviceType", "Value": "ebs" }, { "Key": "EnaSupport", "Value": "true" } ] }-> Human readable 정보:
KeyValueList.NameKeyValueList.DescriptionBeta Was this translation helpful? Give feedback.
All reactions