We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "Id": { "NameId": "", "SystemId": "" }, "GuestOS": "", "Name": "ubuntu-1804-bionic-v20220505", "OSArchitecture": "x86_64", "OSPlatform": "Linux/UNIX", "OSDistribution": "Canonical, Ubuntu, 18.04 LTS, amd64 bionic image built on 2022-05-05, supports Shielded VM features. ImageState : DEPRECATED, Replacement : https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20240116a", "OSDiskType": "NA", "OSDiskSizeInGB": "10", "KeyValueList": [ key : value ] }
What would you like to be enhanced : VM 생성을 위해 vmimage의 "Name" 정보를 사용하게 되는데, GCP에서 사용하는 vmimage의 Name 정보는 URL 형태여야만 합니다. 따라서 https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20220505 다음과 같은 형태로 제공이 되어야합니다.
Why is this needed : API 개선 작업 필요
The text was updated successfully, but these errors were encountered:
@MZC-CSC
NameId
Sorry, something went wrong.
MZC-CSC
No branches or pull requests
vmimage API 호출결과(http://localhost:1024/spider/vmimage?ConnectionName=gcp-iowa-config)
What would you like to be enhanced
: VM 생성을 위해 vmimage의 "Name" 정보를 사용하게 되는데, GCP에서 사용하는 vmimage의 Name 정보는 URL 형태여야만 합니다.
따라서 https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20220505 다음과 같은 형태로 제공이 되어야합니다.
Why is this needed
: API 개선 작업 필요
The text was updated successfully, but these errors were encountered: