Last active
July 2, 2018 22:55
-
-
Save shashyajoshi/0ae2d145248b8f684c2a39b773d1b99f to your computer and use it in GitHub Desktop.
Output of the gcloud instances list command in json format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gcloud compute instances list --format json | |
(~~ part of the response ~~) | |
"id": "3091147347390362603", | |
"kind": "compute#instance", | |
"labels": { | |
"app-name": "misc", | |
"biz-unit": "ecom", | |
"env-name": "prod", | |
}, | |
"metadata": { | |
"fingerprint": "Obvu3-_nbLE=", | |
"items": [ | |
{ | |
"key": "server-role", | |
"value": "app" | |
}, | |
(~~ part of the response ~~) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment