Get Activation List
- 인쇄
- PDF
Get Activation List
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
최근 실행한 액션들의 결과 리스트를 조회합니다.
30일 이내에 실행한 결과만 조회 가능합니다.
요청
요청 URL
GET {CLOUD_FUNCTIONS_API_URL}/activations
x-ncp-apigw-timestamp: {Timestamp}
x-ncp-iam-access-key: {Sub Account Access Key}
x-ncp-apigw-signature-v2: {API Gateway Signature}
요청 파라미터
파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
---|---|---|---|---|
pageSize | No | int | default 20 | |
pageNo | No | int | default 1 | |
start | No | string | yyyy-MM-ddTHH:mm:ss | default 요청 시각의 1개월 이전 시점. |
end | No | string | yyyy-MM-ddTHH:mm:ss | default 요청 시각. |
응답
응답 바디
{
"content": {
"activations": [
{
"activationId": "string",
"duration": "number",
"status": "string"
}
],
"totalCount": "number"
}
}
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
content.activations[].activationId | string | 실행결과 Id값 | |
content.activations[].duration | number | 실행시간 (ms) | |
content.activations[].status | string | status | |
content.totalCount | number | 데이터 개수 |
이 문서가 도움이 되었습니까?