summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJon Torre <j.cahilltorre@f5.com>2024-08-01 14:51:01 +0100
committerAndrew Clayton <a.clayton@nginx.com>2024-08-19 23:23:48 +0100
commit11a70a321f70d3729d3893751000bc4f036a182f (patch)
tree36955efd8dbf99784ee25869ad3930c644143ad2 /docs
parent12c376ab157043859df33bf0a6ad161180f2eaf5 (diff)
downloadunit-11a70a321f70d3729d3893751000bc4f036a182f.tar.gz
unit-11a70a321f70d3729d3893751000bc4f036a182f.tar.bz2
docs/openapi: Update the /status endpoint URL
This was renamed to be more accurate as /status is not just about statistics, as it also now shows the loaded language modules. [ Commit message - Andrew ] Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/unit-openapi.yaml34
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/unit-openapi.yaml b/docs/unit-openapi.yaml
index f69e615c..6bb5a17f 100644
--- a/docs/unit-openapi.yaml
+++ b/docs/unit-openapi.yaml
@@ -3906,7 +3906,7 @@ paths:
operationId: getStatus
summary: "Retrieve the status object"
description: "Retrieves the entire `/status` section that represents
- Unit's [usage statistics](https://unit.nginx.org/usagestats/)."
+ Unit's [usage statistics and list of loaded modules](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -3930,7 +3930,7 @@ paths:
operationId: getStatusConnections
summary: "Retrieve the connections status object"
description: "Retrieves the `connections` status object that represents
- Unit's [connection statistics](https://unit.nginx.org/usagestats/)."
+ Unit's [connection statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -3955,7 +3955,7 @@ paths:
operationId: getStatusConnectionsAccepted
summary: "Retrieve the accepted connections number"
description: "Retrieves the `accepted` connections number that represents
- Unit's [connection statistics](https://unit.nginx.org/usagestats/)."
+ Unit's [connection statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -3979,7 +3979,7 @@ paths:
operationId: getStatusConnectionsActive
summary: "Retrieve the active connections number"
description: "Retrieves the `active` connections number that represents
- Unit's [connection statistics](https://unit.nginx.org/usagestats/)."
+ Unit's [connection statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4003,7 +4003,7 @@ paths:
operationId: getStatusConnectionsIdle
summary: "Retrieve the idle connections number"
description: "Retrieves the `idle` connections number that represents
- Unit's [connection statistics](https://unit.nginx.org/usagestats/)."
+ Unit's [connection statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4026,7 +4026,7 @@ paths:
operationId: getStatusConnectionsClosed
summary: "Retrieve the closed connections number"
description: "Retrieves the `closed` connections number that represents
- Unit's [connection statistics](https://unit.nginx.org/usagestats/)."
+ Unit's [connection statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4051,7 +4051,7 @@ paths:
summary: "Retrieve the requests status object"
description: "Retrieves the `requests` status object that represents
Unit's instance [request statistics]
- (https://unit.nginx.org/usagestats/)."
+ (https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4075,7 +4075,7 @@ paths:
operationId: getStatusRequestsTotal
summary: "Retrieve the total requests number"
description: "Retrieves the `total` requests number that represents Unit's
- instance [request statistics](https://unit.nginx.org/usagestats/)."
+ instance [request statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4100,7 +4100,7 @@ paths:
summary: "Retrieve the applications status object"
description: "Retrieves the `applications` status object that represents
Unit's per-app
- [process and request statistics](https://unit.nginx.org/usagestats/)."
+ [process and request statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4125,7 +4125,7 @@ paths:
summary: "Retrieve the app status object"
description: "Retrieves the app status object that represents
Unit's per-app
- [process and request statistics](https://unit.nginx.org/usagestats/)."
+ [process and request statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4156,7 +4156,7 @@ paths:
summary: "Retrieve the processes app status object"
description: "Retrieves the `processes` app status object that represents
Unit's per-app
- [process statistics](https://unit.nginx.org/usagestats/)."
+ [process statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4186,7 +4186,7 @@ paths:
summary: "Retrieve the running processes app status number"
description: "Retrieves the `running` processes number that represents
Unit's per-app
- [process statistics](https://unit.nginx.org/usagestats/)."
+ [process statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4217,7 +4217,7 @@ paths:
summary: "Retrieve the starting processes app status number"
description: "Retrieves the `starting` processes number that represents
Unit's per-app
- [process statistics](https://unit.nginx.org/usagestats/)."
+ [process statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4248,7 +4248,7 @@ paths:
summary: "Retrieve the idle processes app status number"
description: "Retrieves the `idle` processes number that represents
Unit's per-app
- [process statistics](https://unit.nginx.org/usagestats/)."
+ [process statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4278,7 +4278,7 @@ paths:
summary: "Retrieve the requests app status object"
description: "Retrieves the `requests` app status object that represents
Unit's per-app
- [request statistics](https://unit.nginx.org/usagestats/)."
+ [request statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -4306,7 +4306,7 @@ paths:
summary: "Retrieve the active requests app status number"
description: "Retrieves the `active` requests number that represents
Unit's per-app
- [request statistics](https://unit.nginx.org/usagestats/)."
+ [request statistics](https://unit.nginx.org/statusapi/)."
tags:
- status
@@ -6455,7 +6455,7 @@ tags:
- name: status
description: Everything about the /status section in Unit's control API
externalDocs:
- url: https://unit.nginx.org/usagestats/
+ url: https://unit.nginx.org/statusapi/
- name: tls
description: Everything about SSL/TLS in Unit's control API