Memanggil ExportMeasurementData untuk mengekspor data metering pengguna.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ens:ExportMeasurementData |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| StartDate |
string |
Yes |
Waktu mulai. Tentukan pengatur waktu dalam UTC. Format: yyyy-MM-ddTHH:mm:ssZ. |
2019-06-01T00:00:00Z |
| EndDate |
string |
Yes |
Waktu selesai. Tentukan pengatur waktu dalam UTC. Format: yyyy-MM-ddTHH:mm:ssZ. |
2021-10-30T16:00:00Z |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| FilePath |
string |
Jalur unduh file. |
http://test-oss.com/image_01.jpeg |
| RequestId |
string |
ID permintaan. |
C0003E8B-B930-4F59-ADC0-0E209A9012A8 |
Contoh
Respons sukses
JSONformat
{
"FilePath": "http://test-oss.com/image_01.jpeg",
"RequestId": "C0003E8B-B930-4F59-ADC0-0E209A9012A8"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingParameter | The input parameters that is mandatory for processing this request is not supplied. | |
| 400 | InstanceNotExists | The user have no instances. | |
| 400 | CallInterface | Call Interface Happen Error. | |
| 400 | NoPermission | Permission denied. | |
| 400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.