DeploymentGroupMetrics interface
Deployment group metrics.
Properties
columns |
List of deployment group properties. And types of metrics provided for those properties. |
deployment |
Deployment group. |
rows | Values of properties and the metrics. E.g. 1: total count of deployment targets for which 'TargetState' is 'offline'. E.g. 2: Average time of deployment to the deployment targets for which 'LastJobStatus' is 'passed' and 'TargetState' is 'online'. |
Property Details
columnsHeader
List of deployment group properties. And types of metrics provided for those properties.
columnsHeader: MetricsColumnsHeader
Property Value
deploymentGroup
rows
Values of properties and the metrics. E.g. 1: total count of deployment targets for which 'TargetState' is 'offline'. E.g. 2: Average time of deployment to the deployment targets for which 'LastJobStatus' is 'passed' and 'TargetState' is 'online'.
rows: MetricsRow[]