{ "opencollection": "1.0.0", "info": { "name": "GitHub Manage Node API", "version": "1.1.4" }, "items": [ { "info": { "name": "Node", "type": "folder" }, "items": [ { "info": { "name": "GitHub Get Ghes Node Metadata for All Nodes", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/manage/v1/config/nodes", "params": [ { "name": "uuid", "value": "", "type": "query", "description": "The UUID which identifies a node." }, { "name": "cluster_roles", "value": "", "type": "query", "description": "The cluster roles from the cluster configuration file." } ] }, "docs": "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).\"" } ] } ], "bundled": true }