Skip to content

dns_transparent_forwarder_stats

Overview

API to get dns transparent forwarder statistics

Version information

Version : v2

URI scheme

Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP

Tags

  • dns_transparent_forwarder_stats : Operations related to dns_transparent_forwarder_stats

Paths

Get operation for dns_transparent_forwarder_stats

GET /dns_transparent_forwarder_stats

Description

Use this operation to get dns transparent forwarder rules

Responses

HTTP Code Description Schema
200 API Successfully executed dns_transparent_forwarder_stats_response_schema
400 Failed: bad input parameter ErrorSchema
401 Unauthorized: Failed Authentication ErrorSchema
403 Unauthorized: Forbidden ErrorSchema
405 Failed: Data format unacceptable ErrorSchema
415 Failed: Data format unacceptable ErrorSchema
500 Failed: Internal Server Error ErrorSchema

Produces

  • application/json

Tags

  • dns_transparent_forwarder_stats

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

application_name

Application Name

Type : string

dns_service_active

The DNS service status

Type : enum (YES, NO)

dns_service_name

The DNS service name

Type : string

dns_transparent_forwarder_stats_delete_success_schema

Name Schema
dns_transparent_forwarder_stats
optional
dns_transparent_forwarder_stats

dns_transparent_forwarder_stats

Name Description Schema
message
optional
Example : "resource deleted succesfully" string

dns_transparent_forwarder_stats_post_success_schema

Name Schema
dns_transparent_forwarder_stats
optional
dns_transparent_forwarder_stats

dns_transparent_forwarder_stats

Name Description Schema
message
optional
Example : "resource added succesfully" string

dns_transparent_forwarder_stats_put_success_schema

Name Schema
dns_transparent_forwarder_stats
optional
dns_transparent_forwarder_stats

dns_transparent_forwarder_stats

Name Description Schema
message
optional
Example : "resource modified succesfully" string

dns_transparent_forwarder_stats_response_schema

Type : < dns_transparent_forwarder_stats_response_schema > array

dns_transparent_forwarder_stats_response_schema

Name Schema
application_name
optional
application_name
dns_service_active
optional
dns_service_active
dns_service_name
optional
dns_service_name
hit_count
optional
hit_count

hit_count

The DNS transparent forwarder rule Hit count

Type : integer

Was this article helpful?