Skip to content

Commit

Permalink
Adding ghe-manage-v1-get-all-ghes-release-versions-for-all-nodes.sh for
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo committed Nov 15, 2024
1 parent a34fe8c commit 5786af3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ghe-manage-v1-get-all-ghes-release-versions-for-all-nodes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
. ./.gh-api-examples.conf

# https://docs.github.com/en/[email protected]/rest/enterprise-admin/manage-ghes?apiVersion=2022-11-28#get-all-ghes-release-versions-for-all-nodes
# GET /manage/v1/version


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

0 comments on commit 5786af3

Please sign in to comment.