Metric

A Metric is a monitoring metric of a specific cloud service delivered from a DataSource.

Package : spaceone.api.monitoring.v1

Metric

Metric Methods:

list

GET /monitoring/v1/data-source/{data_source_id}/metrics

Gets a list of all Metrics of one or more specified Resources. The parameter resources is a list of Resources from which to get a list of Metrics collected.

Type
Message
{
    "data_source_id": "ds-31190a65a42a",
    "resource_type": "inventory.CloudService",
    "resources": [
        "cloud-svc-cd0105d255da"
    ],
    "domain_id": "domain-58010aa2e451"
}

get_data

GET /monitoring/v1/data-source/{data_source_id}/metric-data

Gets data of a single Metric. You must specify the parameter metric to get data of. You can specify the period to get data for.

Type
Message

Message

MetricDataInfo

Field
Type
Description

MetricDataRequest

Field
Type
Required
Description

data_source_id

string

metric_query

metric

string

start

string

end

string

period

stat

string

domain_id

string

MetricInfo

Field
Type
Description

key

string

name

string

group

string

MetricRequest

Field
Type
Required
Description

data_source_id

string

resources

list of string

domain_id

string

MetricsInfo

Field
Type
Description

available_resources

domain_id

string

Last updated

Was this helpful?