ves-io-schema-dc_cluster_group-API-Get
On This Page:
Examples of getting dc_cluster_group
Usecase:
Get dc-cluster-group-1
Request using vesctl:
vesctl configuration get dc_cluster_group dc-cluster-group-1 --namespace system
vesctl yaml response:
deletedReferredObjects: []
disabledReferredObjects: []
metadata:
annotations: {}
labels: {}
name: dc-cluster-group-1
namespace: system
referringObjects: []
resourceVersion: "528"
spec: {}
status: []
systemMetadata:
creationTimestamp: "2023-11-03T15:24:53.004599Z"
creatorClass: examplesvc
creatorId: examplesvc
finalizers: []
labels: {}
tenant: acmecorp
uid: 1cbcf4cb-353a-4092-93db-2bd007cd50d7
Request using curl:
curl -X 'GET' -H 'X-Volterra-Useragent: v1/pgm=_var_folders_2__8qnt6fwd5dvglr1xqq6l8b7w0000gp_T_go-build2604632300_b001_apidocs.test/host=C02FN35BMD6R/svc=S:examplesvc/site=mytestce01' 'https://acmecorp.console.ves.volterra.io/api/config/namespaces/system/dc_cluster_groups/dc-cluster-group-1?response_format=0'
curl response:
HTTP/1.1 200 OK
Content-Length: 850
Content-Type: application/json
Date: Fri, 03 Nov 2023 15:24:53 GMT
Vary: Accept-Encoding
X-Volterra-Response-Fields-Deprecated: object
{
"object": null,
"create_form": null,
"replace_form": null,
"resource_version": "528",
"metadata": {
"name": "dc-cluster-group-1",
"namespace": "system",
"labels": {
},
"annotations": {
},
"description": "",
"disable": false
},
"system_metadata": {
"uid": "1cbcf4cb-353a-4092-93db-2bd007cd50d7",
"creation_timestamp": "2023-11-03T15:24:53.004599Z",
"deletion_timestamp": null,
"modification_timestamp": null,
"initializers": null,
"finalizers": [
],
"tenant": "acmecorp",
"creator_class": "examplesvc",
"creator_id": "examplesvc",
"object_index": 0,
"owner_view": null,
"labels": {
}
},
"spec": {
"type": null
},
"status": [
],
"referring_objects": [
],
"deleted_referred_objects": [
],
"disabled_referred_objects": [
]
}