{ "opencollection": "1.0.0", "info": { "name": "GitHub Manage Replicas API", "version": "1.1.4" }, "items": [ { "info": { "name": "Replicas", "type": "folder" }, "items": [ { "info": { "name": "GitHub Get the Status of Services Running on All Replica Nodes", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/manage/v1/replication/status", "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": "Gets the status of all services running on each replica node.\nThis endpoint may take several seconds to reply." } ] } ], "bundled": true }