get
Usage
greymatter [GLOBAL OPTIONS] get [OPTIONS] <object type> <object key>Sample Usage
Cluster
$ ./greymatter get cluster example-service
[info] 2019/07/10 03:31:06 Preferring --api.key for authentication
{
"cluster_key": "example-service",
"zone_key": "zone-default-zone",
"name": "example-service",
"instances": [
{
"host": "example-service",
"port": 3000,
"metadata": null
}
],
"circuit_breakers": null,
"outlier_detection": null,
"health_checks": null,
"checksum": "0508a23ae92afea8b5d6a3a9e8c9b3fce60f1f5e0a76c76412fa70ddc12d9304"
}Route
Help
Questions
Last updated
Was this helpful?