diff --git a/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.2022-11-28.deref.json b/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.2022-11-28.deref.json index 52ef397913..919bdbae6d 100644 --- a/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.2022-11-28.deref.json @@ -65744,8 +65744,8 @@ }, "/manage/v1/config/nodes": { "get": { - "summary": "Get all GHES node metadata for all nodes", - "description": "Get all node metadata for existing nodes in the current cluster. For more information, see \"[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering).\"", + "summary": "Get GHES node metadata for all nodes", + "description": "Get node metadata for all configured nodes in the current cluster. For more information, see \"[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering).\"", "operationId": "enterprise-admin/get-config-nodes", "tags": [ "enterprise-admin" @@ -65816,6 +65816,9 @@ "uuid": { "type": "string" }, + "replica": { + "type": "boolean" + }, "cluster_roles": { "type": "array", "items": { @@ -65877,6 +65880,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { @@ -66063,6 +66069,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { @@ -66185,6 +66194,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { diff --git a/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.2022-11-28.deref.yaml b/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.2022-11-28.deref.yaml index 1ee5721fad..d4a6926fb7 100644 --- a/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.2022-11-28.deref.yaml @@ -17493,8 +17493,8 @@ paths: subcategory: licenses "/manage/v1/config/nodes": get: - summary: Get all GHES node metadata for all nodes - description: Get all node metadata for existing nodes in the current cluster. + summary: Get GHES node metadata for all nodes + description: Get node metadata for all configured nodes in the current cluster. For more information, see "[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering)." operationId: enterprise-admin/get-config-nodes tags: @@ -17549,6 +17549,8 @@ paths: type: string uuid: type: string + replica: + type: boolean cluster_roles: type: array items: @@ -17589,6 +17591,8 @@ paths: - PagesServer '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17689,6 +17693,8 @@ paths: details: replication is in sync '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17763,6 +17769,8 @@ paths: build_date: '2023-05-02' '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false diff --git a/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.deref.json b/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.deref.json index 52ef397913..919bdbae6d 100644 --- a/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.deref.json +++ b/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.deref.json @@ -65744,8 +65744,8 @@ }, "/manage/v1/config/nodes": { "get": { - "summary": "Get all GHES node metadata for all nodes", - "description": "Get all node metadata for existing nodes in the current cluster. For more information, see \"[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering).\"", + "summary": "Get GHES node metadata for all nodes", + "description": "Get node metadata for all configured nodes in the current cluster. For more information, see \"[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering).\"", "operationId": "enterprise-admin/get-config-nodes", "tags": [ "enterprise-admin" @@ -65816,6 +65816,9 @@ "uuid": { "type": "string" }, + "replica": { + "type": "boolean" + }, "cluster_roles": { "type": "array", "items": { @@ -65877,6 +65880,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { @@ -66063,6 +66069,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { @@ -66185,6 +66194,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { diff --git a/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.deref.yaml b/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.deref.yaml index 1ee5721fad..d4a6926fb7 100644 --- a/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.deref.yaml +++ b/descriptions-next/ghes-3.9/dereferenced/ghes-3.9.deref.yaml @@ -17493,8 +17493,8 @@ paths: subcategory: licenses "/manage/v1/config/nodes": get: - summary: Get all GHES node metadata for all nodes - description: Get all node metadata for existing nodes in the current cluster. + summary: Get GHES node metadata for all nodes + description: Get node metadata for all configured nodes in the current cluster. For more information, see "[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering)." operationId: enterprise-admin/get-config-nodes tags: @@ -17549,6 +17549,8 @@ paths: type: string uuid: type: string + replica: + type: boolean cluster_roles: type: array items: @@ -17589,6 +17591,8 @@ paths: - PagesServer '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17689,6 +17693,8 @@ paths: details: replication is in sync '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17763,6 +17769,8 @@ paths: build_date: '2023-05-02' '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false diff --git a/descriptions-next/ghes-3.9/ghes-3.9.2022-11-28.json b/descriptions-next/ghes-3.9/ghes-3.9.2022-11-28.json index bfc92e7703..caa314682c 100644 --- a/descriptions-next/ghes-3.9/ghes-3.9.2022-11-28.json +++ b/descriptions-next/ghes-3.9/ghes-3.9.2022-11-28.json @@ -9400,8 +9400,8 @@ }, "/manage/v1/config/nodes": { "get": { - "summary": "Get all GHES node metadata for all nodes", - "description": "Get all node metadata for existing nodes in the current cluster. For more information, see \"[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering).\"", + "summary": "Get GHES node metadata for all nodes", + "description": "Get node metadata for all configured nodes in the current cluster. For more information, see \"[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering).\"", "operationId": "enterprise-admin/get-config-nodes", "tags": [ "enterprise-admin" @@ -9451,6 +9451,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { @@ -9514,6 +9517,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { @@ -9577,6 +9583,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { @@ -92453,6 +92462,9 @@ "uuid": { "type": "string" }, + "replica": { + "type": "boolean" + }, "cluster_roles": { "type": "array", "items": { diff --git a/descriptions-next/ghes-3.9/ghes-3.9.2022-11-28.yaml b/descriptions-next/ghes-3.9/ghes-3.9.2022-11-28.yaml index 61b052f3c4..ccc651c450 100644 --- a/descriptions-next/ghes-3.9/ghes-3.9.2022-11-28.yaml +++ b/descriptions-next/ghes-3.9/ghes-3.9.2022-11-28.yaml @@ -6502,8 +6502,8 @@ paths: subcategory: licenses "/manage/v1/config/nodes": get: - summary: Get all GHES node metadata for all nodes - description: Get all node metadata for existing nodes in the current cluster. + summary: Get GHES node metadata for all nodes + description: Get node metadata for all configured nodes in the current cluster. For more information, see "[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering)." operationId: enterprise-admin/get-config-nodes tags: @@ -6535,6 +6535,8 @@ paths: "$ref": "#/components/examples/ghes-config-nodes" '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6576,6 +6578,8 @@ paths: "$ref": "#/components/examples/ghes-replication-status" '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6617,6 +6621,8 @@ paths: "$ref": "#/components/examples/ghes-version" '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65656,6 +65662,8 @@ components: type: string uuid: type: string + replica: + type: boolean cluster_roles: type: array items: diff --git a/descriptions-next/ghes-3.9/ghes-3.9.json b/descriptions-next/ghes-3.9/ghes-3.9.json index bfc92e7703..caa314682c 100644 --- a/descriptions-next/ghes-3.9/ghes-3.9.json +++ b/descriptions-next/ghes-3.9/ghes-3.9.json @@ -9400,8 +9400,8 @@ }, "/manage/v1/config/nodes": { "get": { - "summary": "Get all GHES node metadata for all nodes", - "description": "Get all node metadata for existing nodes in the current cluster. For more information, see \"[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering).\"", + "summary": "Get GHES node metadata for all nodes", + "description": "Get node metadata for all configured nodes in the current cluster. For more information, see \"[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering).\"", "operationId": "enterprise-admin/get-config-nodes", "tags": [ "enterprise-admin" @@ -9451,6 +9451,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { @@ -9514,6 +9517,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { @@ -9577,6 +9583,9 @@ }, "401": { "description": "Unauthorized" + }, + "500": { + "description": "Internal error" } }, "x-github": { @@ -92453,6 +92462,9 @@ "uuid": { "type": "string" }, + "replica": { + "type": "boolean" + }, "cluster_roles": { "type": "array", "items": { diff --git a/descriptions-next/ghes-3.9/ghes-3.9.yaml b/descriptions-next/ghes-3.9/ghes-3.9.yaml index 61b052f3c4..ccc651c450 100644 --- a/descriptions-next/ghes-3.9/ghes-3.9.yaml +++ b/descriptions-next/ghes-3.9/ghes-3.9.yaml @@ -6502,8 +6502,8 @@ paths: subcategory: licenses "/manage/v1/config/nodes": get: - summary: Get all GHES node metadata for all nodes - description: Get all node metadata for existing nodes in the current cluster. + summary: Get GHES node metadata for all nodes + description: Get node metadata for all configured nodes in the current cluster. For more information, see "[About clustering](https://docs.github.com/enterprise-server@3.9/admin/enterprise-management/configuring-clustering/about-clustering)." operationId: enterprise-admin/get-config-nodes tags: @@ -6535,6 +6535,8 @@ paths: "$ref": "#/components/examples/ghes-config-nodes" '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6576,6 +6578,8 @@ paths: "$ref": "#/components/examples/ghes-replication-status" '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6617,6 +6621,8 @@ paths: "$ref": "#/components/examples/ghes-version" '401': description: Unauthorized + '500': + description: Internal error x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65656,6 +65662,8 @@ components: type: string uuid: type: string + replica: + type: boolean cluster_roles: type: array items: