Get Tier1DNS Forwarder Status
Get current status of tier-1 DNS forwarder.
- no enforcement point path specified: Status will be evaluated on each enforcement point.
- {enforcement_point_path}: Status will be evaluated only on the given enforcement point.
Request
URI
GET
https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/status
COPY
Path Parameters
string
tier-1-id
Required
Tier-1 id
Query Parameters
string
enforcement_point_path
Optional
String Path of the enforcement point
Responses
200
OK
Returns AggregateDNSForwarderStatus of type(s) application/json
{
"intent_path": "string",
"status_per_enforcement_point": [
{
"enforcement_point_path": "string",
"resource_type": "string"
}
]
}
string
intent_path
Required
String path of the DNS forwarder intent.
status_per_enforcement_point
Optional
List of DNS forwarder status per enforcement point.
400
Returns BadRequest of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}
]
}
403
Returns Forbidden of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}
]
}
404
Not Found
Operation doesn't return any data structure
412
Returns PreconditionFailed of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}
]
}
500
Returns InternalServerError of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}
]
}
503
Returns ServiceUnavailable of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}
]
}
On This Page
Tier 1s Operations
DELETE
Delete Policy Dns Forwarder On Tier1
GET
Get Tier1DNS Forwarder Statistics
GET
Get Tier1DNS Forwarder Status
GET
Lookup Address Via Tier1DNS Forwarder
PATCH
Patch Policy Dns Forwarder On Tier1
POST
Perform EP Action For Dns Forwarder At Tier1
GET
Read Policy Dns Forwarder On Tier1
PUT
Update Policy Dns Forwarder On Tier1