Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.21 KB

File metadata and controls

32 lines (23 loc) · 1.21 KB

GetWebsiteMetricsV2

Properties

Name Type Description Notes
metrics List[WebsiteMonitoringMetricsConfiguration]
tag_filter_expression TagFilterExpressionElement [optional]
time_frame TimeFrame [optional]
type str

Example

from instana_client.models.get_website_metrics_v2 import GetWebsiteMetricsV2

# TODO update the JSON string below
json = "{}"
# create an instance of GetWebsiteMetricsV2 from a JSON string
get_website_metrics_v2_instance = GetWebsiteMetricsV2.from_json(json)
# print the JSON string representation of the object
print(GetWebsiteMetricsV2.to_json())

# convert the object into a dict
get_website_metrics_v2_dict = get_website_metrics_v2_instance.to_dict()
# create an instance of GetWebsiteMetricsV2 from a dict
get_website_metrics_v2_from_dict = GetWebsiteMetricsV2.from_dict(get_website_metrics_v2_dict)

[Back to Model list] [Back to API list] [Back to README]