comparison yaml/nginx_api.yaml @ 2956:a85e4d126bc7

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 02 May 2023 11:39:21 +0100
parents 3a2d342533fb
children 6e094f915896
comparison
equal deleted inserted replaced
2955:2c4d7151b9a9 2956:a85e4d126bc7
278 - application/json 278 - application/json
279 parameters: 279 parameters:
280 - in: query 280 - in: query
281 name: fields 281 name: fields
282 type: string 282 type: string
283 description: Limits which fields of client HTTP requests statistics 283 description: Limits which fields of client HTTP requests statistics
284 will be output. 284 will be output.
285 responses: 285 responses:
286 '200': 286 '200':
287 description: Success 287 description: Success
288 schema: 288 schema:
3571 The ID is assigned automatically and cannot be changed. 3571 The ID is assigned automatically and cannot be changed.
3572 readOnly: true 3572 readOnly: true
3573 server: 3573 server:
3574 type: string 3574 type: string
3575 description: Same as the 3575 description: Same as the
3576 <a href="https://nginx.org/en/docs/http/ngx_http_upstream_module.html#address">address</a> 3576 <a href="https://nginx.org/en/docs/http/ngx_http_upstream_module.html#server">address</a>
3577 parameter of the HTTP upstream server. 3577 parameter of the HTTP upstream server.
3578 When adding a server, it is possible to specify it as a domain name. 3578 When adding a server, it is possible to specify it as a domain name.
3579 In this case, changes of the IP addresses 3579 In this case, changes of the IP addresses
3580 that correspond to a domain name will be monitored and automatically 3580 that correspond to a domain name will be monitored and automatically
3581 applied to the upstream configuration 3581 applied to the upstream configuration