Get Domain
Get Domain Details
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/content/api/vcf/{integrationId}/domain/{domainId}
COPY
Path Parameters
string
integrationId
Required
integrationId
string
domainId
Required
domainId
Responses
200
Get domain detail
Returns
VcfDomain
of type(s)
application/json
{
"id": "string",
"name": "string",
"type": "string",
"status": "string",
"vsphere": {
"hostName": "string",
"id": "string",
"regionId": "string"
},
"nsxResource": {
"hostName": "string",
"id": "string"
}
}
string
id
Optional
id
string
name
Optional
name
string
type
Optional
type
string
status
Optional
status
Possible values are :
ACTIVE,
CONFIGURED,
NOT_CONFIGURED,
NOT_ACTIVE,
ACTIVATING,
object
vsphere
Optional
vsphere
object
nsxResource
Optional
nsxResource
400
Bad Request
Returns
VcfDomain
of type(s)
application/json
"VcfDomain Object"
string
id
Optional
id
string
name
Optional
name
string
type
Optional
type
string
status
Optional
status
Possible values are :
ACTIVE,
CONFIGURED,
NOT_CONFIGURED,
NOT_ACTIVE,
ACTIVATING,
object
vsphere
Optional
vsphere
object
nsxResource
Optional
nsxResource
401
Unauthorized
Returns
VcfDomain
of type(s)
application/json
"VcfDomain Object"
string
id
Optional
id
string
name
Optional
name
string
type
Optional
type
string
status
Optional
status
Possible values are :
ACTIVE,
CONFIGURED,
NOT_CONFIGURED,
NOT_ACTIVE,
ACTIVATING,
object
vsphere
Optional
vsphere
object
nsxResource
Optional
nsxResource
403
Forbidden
Returns
VcfDomain
of type(s)
application/json
"VcfDomain Object"
string
id
Optional
id
string
name
Optional
name
string
type
Optional
type
string
status
Optional
status
Possible values are :
ACTIVE,
CONFIGURED,
NOT_CONFIGURED,
NOT_ACTIVE,
ACTIVATING,
object
vsphere
Optional
vsphere
object
nsxResource
Optional
nsxResource
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/content/api/vcf/{integrationId}/domain/{domainId}