Skip to content

dns_proxy_stats

Overview

API to get dns proxy statistics

Version information

Version : v2

URI scheme

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

Tags

  • dns_proxy_stats : Operations related to dns_proxy_stats

Paths

Get operation for dns_proxy_stats

GET /dns_proxy_stats

Description

Use this operation to get dns forwarder rules

Responses

HTTP Code Description Schema
200 API Successfully executed dns_proxy_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_proxy_stats

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

application_name

Application Name

Type : string

dns_proxy_name

The DNS Proxy name

Type : string

dns_proxy_stats_delete_success_schema

Name Schema
dns_proxy_stats
optional
dns_proxy_stats

dns_proxy_stats

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

dns_proxy_stats_post_success_schema

Name Schema
dns_proxy_stats
optional
dns_proxy_stats

dns_proxy_stats

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

dns_proxy_stats_put_success_schema

Name Schema
dns_proxy_stats
optional
dns_proxy_stats

dns_proxy_stats

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

dns_proxy_stats_response_schema

Type : < dns_proxy_stats_response_schema > array

dns_proxy_stats_response_schema

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

dns_service_active

The DNS service status

Type : string

dns_service_name

The DNS service name

Type : string

hit_count

The DNS Proxy rule Hit count

Type : integer

Was this article helpful?