DeploymentLoggingedit

Logging information for a deployment

Propertiesedit

healthy (boolean, required)
Whether the deployment logging is healthy or not
urls (map[string,string])
The URLs to view this deployment's logs in Kibana

Exampleedit

{
   "healthy" : true,
   "urls" : {
      "some_property" : "string"
   }
}