The list of all attributes that are applicable to YARN applications.
name | data type | description |
---|---|---|
items | array of ApiYarnApplicationAttribute |
Example
{ "items" : [ { "name" : "...", "type" : "...", "displayName" : "...", "supportsHistograms" : true, "description" : "..." }, { "name" : "...", "type" : "...", "displayName" : "...", "supportsHistograms" : true, "description" : "..." } ] }