Skip to content

Commit

Permalink
Adding ghe-manage-v1-get-the-status-of-services-running-on-all-cluste…
Browse files Browse the repository at this point in the history
…r-nodes.sh for #178
  • Loading branch information
gm3dmo committed Nov 15, 2024
1 parent 160738a commit efeceed
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# https://docs.github.com/en/[email protected]/rest/enterprise-admin/manage-ghes?apiVersion=2022-11-28#get-the-status-of-services-running-on-all-cluster-nodes
# GET /manage/v1/cluster/status


curl -L ${curl_custom_flags} \
curl ${curl_custom_flags} \
-u "api_key:${mgmt_password}" \
"https://${hostname}:${mgmt_port}/manage/v1/cluster/status"

0 comments on commit efeceed

Please sign in to comment.