ApiTimeSeriesEntityTypeList Data Model

A list of ApiTimeSeriesEntityType objects

Properties
name data type description
items array of ApiTimeSeriesEntityType

Example

{
  "items" : [ {
    "name" : "...",
    "category" : "...",
    "nameForCrossEntityAggregateMetrics" : "...",
    "displayName" : "...",
    "description" : "...",
    "immutableAttributeNames" : [ "...", "..." ],
    "mutableAttributeNames" : [ "...", "..." ],
    "entityNameFormat" : [ "...", "..." ],
    "entityDisplayNameFormat" : "...",
    "parentMetricEntityTypeNames" : [ "...", "..." ]
  }, {
    "name" : "...",
    "category" : "...",
    "nameForCrossEntityAggregateMetrics" : "...",
    "displayName" : "...",
    "description" : "...",
    "immutableAttributeNames" : [ "...", "..." ],
    "mutableAttributeNames" : [ "...", "..." ],
    "entityNameFormat" : [ "...", "..." ],
    "entityDisplayNameFormat" : "...",
    "parentMetricEntityTypeNames" : [ "...", "..." ]
  } ]
}