You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/nginx-one/api/one.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
},
39
39
{
40
40
"name": "Certificates",
41
-
"description": "The `Certificates` object in the NGINX One console represents an SSL certificate, covering both managed and unmanaged types. \nYou can view essential details like issuer, expiration status, and the instances or config sync groups where each certificate is deployed.\n",
41
+
"description": "The `Certificates` object in the NGINX One Console represents an SSL certificate, covering both managed and unmanaged types. \nYou can view essential details like issuer, expiration status, and the instances or config sync groups where each certificate is deployed.\n",
42
42
"x-displayName": "Certificates"
43
43
},
44
44
{
@@ -48,7 +48,7 @@
48
48
},
49
49
{
50
50
"name": "Events",
51
-
"description": "Get a list of system events in the NGINX One console.\n",
51
+
"description": "Get a list of system events in the NGINX One Console.\n",
52
52
"x-displayName": "Events"
53
53
},
54
54
{
@@ -619,7 +619,7 @@
619
619
],
620
620
"summary": "Delete an SSL certificate",
621
621
"operationId": "deleteCertificate",
622
-
"description": "* Deletes a managed SSL certificate from the NGINX One console. This operation is disabled for unmanaged certificates, as they get cleaned up automatically when they are not used in any NGINX configuration. \n* An optional flag `deleteFromDataPlanes` when set to true, can be used to remove the certificate from data plane instances to where it was deployed.\n * Deleting from data planes triggers publications on either instances or Config Sync Groups. After the managed cert object is deleted from NGINX One Console, a `PublicationBulkResponse` is returned along with status code 202, indicating whether an error occurred while issuing a publication to a data plane target.\n * If this cert is not associated with any data plane, status code 204 is returned when `deleteFromDataPlanes` set to true.\n",
622
+
"description": "* Deletes a managed SSL certificate from the NGINX One Console. This operation is disabled for unmanaged certificates, as they get cleaned up automatically when they are not used in any NGINX configuration. \n* An optional flag `deleteFromDataPlanes` when set to true, can be used to remove the certificate from data plane instances to where it was deployed.\n * Deleting from data planes triggers publications on either instances or Config Sync Groups. After the managed cert object is deleted from NGINX One Console, a `PublicationBulkResponse` is returned along with status code 202, indicating whether an error occurred while issuing a publication to a data plane target.\n * If this cert is not associated with any data plane, status code 204 is returned when `deleteFromDataPlanes` set to true.\n",
"description": "Delete a NGINX config sync group from the NGINX One console. You can delete a config sync group, only if it contains no NGINX instances.\n",
1148
+
"description": "Delete a NGINX config sync group from the NGINX One Console. You can delete a config sync group, only if it contains no NGINX instances.\n",
1149
1149
"operationId": "deleteConfigSyncGroup",
1150
1150
"responses": {
1151
1151
"204": {
@@ -3296,7 +3296,7 @@
3296
3296
"Staged Configs"
3297
3297
],
3298
3298
"summary": "Delete an NGINX staged config",
3299
-
"description": "Delete a NGINX staged config from the NGINX One console.\n",
3299
+
"description": "Delete a NGINX staged config from the NGINX One Console.\n",
3300
3300
"operationId": "deleteStagedConfig",
3301
3301
"responses": {
3302
3302
"204": {
@@ -4637,7 +4637,7 @@
4637
4637
},
4638
4638
"CertificateType": {
4639
4639
"type": "string",
4640
-
"description": "Certificate type:\n * `ca_bundle` - This certificate object is a CA bundle.\n * `cert_key` - This certificate object is consisted of public certificates and key.\n * `unmanaged` - This certificate is not managed by NGINX One console and its type is unmanaged.\n",
4640
+
"description": "Certificate type:\n * `ca_bundle` - This certificate object is a CA bundle.\n * `cert_key` - This certificate object is consisted of public certificates and key.\n * `unmanaged` - This certificate is not managed by NGINX One Console and its type is unmanaged.\n",
0 commit comments