GitHub · Example Payload

Github Manage Ghes Config Nodes Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Manage Ghes Config Nodes Example is an example object payload from GitHub, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

topologynodes

Example Payload

Raw ↑
{
  "topology": "example_value",
  "nodes": [
    {
      "hostname": "octocat",
      "uuid": "12345678",
      "replica": true,
      "cluster_roles": [
        {}
      ]
    }
  ]
}