-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
902841d
commit 259e175
Showing
8 changed files
with
96 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]/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/[email protected]/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": { | ||
|
Oops, something went wrong.