调用接口请求域名:cdn.api.qcloud.com
入参:
{'hosts.0': 'v11-tt.ixiguavideo.com', 'startDate': '2018-02-28', 'endDate': '2018-02-29', 'RequestClient': 'Python_Tools', 'Signature':xxxxx, 'Action': 'DescribeCdnHostInfo', 'Nonce': 7647310207356514128, 'Timestamp': 1519873169, 'SecretId': xxxxx, 'statType': 'bandwidth', 'projects.0': '0'}
出参:
{u'code': 0, u'retcode': 0, u'codeDesc': u'Success', u'message': u'', u'data': {u'start_datetime': u'2018-02-28 00:00:00', u'stat_type': u'bandwidth', u'end_datetime': u'2018-02-28 00:00:00', u'detail_data': [{u'host_id': u'v11-tt.ixiguavideo.com', u'host_type': u'cname', u'host_name': u'v11-tt.ixiguavideo.com', u'host_value': 0}], u'period': 5}, u'errmsg': u'ok'}
问题:
入参'endDate': '2018-02-29',出参 u'end_datetime': u'2018-02-28 00:00:00',字段u'host_value': 0,出参的end时间和入参的start时间相同
相似问题