Returns the specified vSphere DNS mapping
GET/v1/users/assets/vsphere/dnsMappings/:uid
Returns the specified vSphere DNS mapping
Request
Path Parameters
Specify the vSphere DNS mapping uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
metadata
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
annotations
object
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
labels
object
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
spec
object
VSphere DNS Mapping Spec
VSphere datacenter name
VSphere DNS name
VSphere network name
VSphere network URL
VSphere private gateway uid
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-02T18:20:59.814Z",
"deletionTimestamp": "2024-07-02T18:20:59.814Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-02T18:20:59.814Z",
"name": "string",
"uid": "string"
},
"spec": {
"datacenter": "string",
"dnsName": "string",
"network": "string",
"networkUrl": "string",
"privateGatewayUid": "string"
}
}