{
"Action": "DescribeCdDeployTimeByApplications",
"Application": [
"dev",
"local"
],
"StartAt": "2020-12-01 00:00:00",
"EndAt": "2020-12-31 23:59:59"
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeCdDeployTimeByApplications' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeCdDeployTimeByApplications",
"Application": [
"dev",
"local"
],
"StartAt": "2020-12-01 00:00:00",
"EndAt": "2020-12-31 23:59:59"
}'{
"Response": {
"Data": null,
"RequestId": "string"
}
}