Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add URL encoding for Spider image lookup API call #447

Conversation

jihoon-seo
Copy link
Member

[테스트 결과]

❯ ./lookupImage.sh gcp 1 jhseo

{
   "Name" : "",
   "Status" : "READY",
   "KeyValueList" : [
      {
         "Key" : "Name",
         "Value" : "ubuntu-minimal-1804-bionic-v20191024"
      },
      {
         "Value" : "",
         "Key" : "SourceImage"
      },
      {
         "Key" : "SourceType",
         "Value" : "RAW"
      },
      {
         "Value" : "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-minimal-1804-bionic-v20191024",
         "Key" : "SelfLink"
      },
      {
         "Key" : "Family",
         "Value" : "ubuntu-minimal-1804-lts"
      },
      {
         "Key" : "DiskSizeGb",
         "Value" : "10"
      }
   ],
   "IId" : {
      "SystemId" : "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-minimal-1804-bionic-v20191024",
      "NameId" : "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-minimal-1804-bionic-v20191024"
   },
   "GuestOS" : "ubuntu-minimal-1804-lts"
}

@jihoon-seo jihoon-seo requested a review from seokho-son April 6, 2021 01:40
@seokho-son seokho-son enabled auto-merge April 6, 2021 03:56
@seokho-son
Copy link
Member

/lgtm

@github-actions github-actions bot added the lgtm This PR is acceptable by at least one reviewer label Apr 6, 2021
@seokho-son
Copy link
Member

/approve

@seokho-son seokho-son merged commit 7ba5e86 into cloud-barista:master Apr 6, 2021
@jihoon-seo jihoon-seo deleted the 210406-Add-URL-encoding-for-Spider-image-lookup-API-call branch October 22, 2021 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR is acceptable by at least one reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to lookup GCP VM image info?
2 participants