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
* Perform a configuration run to apply changes to {% data variables.enterprise.management_console %} settings. For more information, see "[AUTOTITLE](/rest/enterprise-admin/manage-ghes)."
24
22
{%- endif %}
25
23
* Configure LDAP sync. For more information, see "[AUTOTITLE](/rest/enterprise-admin/ldap)."
26
24
* Collect statistics about your enterprise. For more information, see "[AUTOTITLE](/rest/enterprise-admin/admin-stats)."
These endpoints{% ifversion ghes %}, except the Manage GitHub Enterprise Server API {% ifversion ghes < 3.15 %} and Management Console API{% endif %},{% endif %} are prefixed with the following URL:
54
48
55
49
```shell
56
50
{% data variables.product.rest_url %}
@@ -61,15 +55,11 @@ When endpoints include `{enterprise}`, replace `{enterprise}` with the handle fo
Endpoints for the Manage GitHub Enterprise Server API{% ifversion ghes < 3.15 %} and Management Console API{% endif %} are only prefixed with a hostname and administration port:
70
60
71
61
```shell
72
-
http(s)://HOSTNAME/
62
+
http(s)://HOSTNAME:ADMINISTRATION-PORT/
73
63
```
74
64
75
65
{% endif %}
@@ -81,13 +71,7 @@ Your {% data variables.product.product_name %} installation's API endpoints acce
81
71
82
72
OAuth tokens must have the `site_admin`[OAuth scope](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes) when used with these endpoints.
83
73
84
-
These endpoints are only accessible to authenticated {% data variables.product.product_name %} site administrators, except for the
which requires the [Management Console password](/admin/configuration/administering-your-instance-from-the-management-console).
74
+
These endpoints are only accessible to authenticated {% data variables.product.product_name %} site administrators, except for endpoints of the [AUTOTITLE](/rest/enterprise-admin/manage-ghes) API{% ifversion ghes < 3.15 %} and [AUTOTITLE](/rest/enterprise-admin/management-console) API{% endif %}, which allow authentication as a Management Console user. See "[AUTOTITLE](/admin/configuration/administering-your-instance-from-the-management-console)."
91
75
92
76
{% data reusables.enterprise_management_console.api-deprecation %}
Copy file name to clipboardexpand all lines: content/rest/enterprise-admin/manage-ghes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ By default, the response includes information from about all configured nodes fo
53
53
| Query parameter | Description |
54
54
| :- | :- |
55
55
|`uuid`| Unique identifier for the node. |
56
-
|`cluster_role`| For nodes in a cluster, the roles that apply to the node. For more information, see "[AUTOTITLE)(/admin/enterprise-management/configuring-clustering/about-cluster-nodes)." |
56
+
|`cluster_role`| For nodes in a cluster, the roles that apply to the node. For more information, see "[AUTOTITLE](/admin/enterprise-management/configuring-clustering/about-cluster-nodes)." |
57
57
58
58
You can specify multiple values for the query parameter by delimiting the values with a comma. For example, the following request uses curl to return any nodes with the `web-server` or `storage-server` role.
0 commit comments