Setting Resource Service Get
Get a Setting.
Request
URI
GET
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clustergroups/{fullName.clusterGroupName}/settings/{fullName.name}
COPY
Path Parameters
string
fullName.name
Required
Name of the setting. This should be same as the name of setting type.
Query Parameters
string
fullName.orgId
Optional
ID of Organization.
Responses
200
A successful response.
Returns vmware.tanzu.manage.v1alpha1.organization.setting.GetSettingResponse of type(s) */*
{
"setting": {
"type": {
"kind": "string",
"version": "string",
"package": "string"
},
"fullName": {
"orgId": "string",
"name": "string"
},
"meta": {
"uid": "string",
"generation": "string",
"resourceVersion": "string",
"creationTime": "string",
"updateTime": "string",
"description": "string",
"parentReferences": [
{
"rid": "string",
"uid": "string"
}
]
},
"spec": {}
}
}
default
An unexpected error response.
Returns grpc.gateway.runtime.Error of type(s) */*
{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"typeUrl": "string",
"value": "string"
}
]
}
Setting Resource Service Operations
POST
Setting Resource Service Create
POST
Setting Resource Service Create
POST
Setting Resource Service Create
DELETE
Setting Resource Service Delete
DELETE
Setting Resource Service Delete
DELETE
Setting Resource Service Delete
GET
Setting Resource Service Get
GET
Setting Resource Service Get
GET
Setting Resource Service Get
PUT
Setting Resource Service Update
PUT
Setting Resource Service Update
PUT
Setting Resource Service Update