ApiNameserviceList Data Model

A list of HDFS nameservices.

Properties
name data type description
items array of ApiNameservice

Example

{
  "items" : [ {
    "name" : "...",
    "active" : {
      "clusterName" : "...",
      "serviceName" : "...",
      "roleName" : "...",
      "healthSummary" : "CONCERNING",
      "roleStatus" : "UNKNOWN"
    },
    "activeFailoverController" : {
      "clusterName" : "...",
      "serviceName" : "...",
      "roleName" : "...",
      "healthSummary" : "DISABLED",
      "roleStatus" : "UNKNOWN"
    },
    "standBy" : {
      "clusterName" : "...",
      "serviceName" : "...",
      "roleName" : "...",
      "healthSummary" : "GOOD",
      "roleStatus" : "STOPPED"
    },
    "standByFailoverController" : {
      "clusterName" : "...",
      "serviceName" : "...",
      "roleName" : "...",
      "healthSummary" : "CONCERNING",
      "roleStatus" : "STARTED"
    },
    "secondary" : {
      "clusterName" : "...",
      "serviceName" : "...",
      "roleName" : "...",
      "healthSummary" : "GOOD",
      "roleStatus" : "STARTING"
    },
    "mountPoints" : [ "...", "..." ],
    "healthSummary" : "CONCERNING",
    "healthChecks" : [ {
      "name" : "...",
      "summary" : "GOOD",
      "explanation" : "...",
      "suppressed" : true
    }, {
      "name" : "...",
      "summary" : "CONCERNING",
      "explanation" : "...",
      "suppressed" : true
    } ]
  }, {
    "name" : "...",
    "active" : {
      "clusterName" : "...",
      "serviceName" : "...",
      "roleName" : "...",
      "healthSummary" : "GOOD",
      "roleStatus" : "STARTING"
    },
    "activeFailoverController" : {
      "clusterName" : "...",
      "serviceName" : "...",
      "roleName" : "...",
      "healthSummary" : "GOOD",
      "roleStatus" : "STARTED"
    },
    "standBy" : {
      "clusterName" : "...",
      "serviceName" : "...",
      "roleName" : "...",
      "healthSummary" : "DISABLED",
      "roleStatus" : "STOPPING"
    },
    "standByFailoverController" : {
      "clusterName" : "...",
      "serviceName" : "...",
      "roleName" : "...",
      "healthSummary" : "NOT_AVAILABLE",
      "roleStatus" : "STARTING"
    },
    "secondary" : {
      "clusterName" : "...",
      "serviceName" : "...",
      "roleName" : "...",
      "healthSummary" : "BAD",
      "roleStatus" : "STOPPED"
    },
    "mountPoints" : [ "...", "..." ],
    "healthSummary" : "DISABLED",
    "healthChecks" : [ {
      "name" : "...",
      "summary" : "DISABLED",
      "explanation" : "...",
      "suppressed" : true
    }, {
      "name" : "...",
      "summary" : "NOT_AVAILABLE",
      "explanation" : "...",
      "suppressed" : true
    } ]
  } ]
}