CaaS / CVPC API Developer Center

System Log

Description

List System Log

Request Parameter

Parameter Description Note
startDate start date
Type : Date
Default Value : No
Usage : start date
Format ISO 8601
java: yyyy-MM-dd'T'HH:mm:ss'Z'
ex: 2024-05-01 00:00:00Z
There will be a difference of 8 hours from Taiwan time (UTC+8)
Whether it is plural : No
2024-05-01 00:00:00Z is Taiwan Time 2024-05-01T08:00:00
endDate end date
Type : Date
Default Value : No
Usage : end date
Format ISO 8601
java: yyyy-MM-dd'T'HH:mm:ss'Z'
ex: 2024-05-01 23:59:59Z
There will be a difference of 8 hours from Taiwan time (UTC+8)
Whether it is plural : No
2024-05-01 23:59:59Z is Taiwan Time 2024-05-02T07:59:59

Response Parameter

Parameter Description Note
requestId 請求識別碼
Type : JSON value : string
Whether it is plural : No
系統自動產生
logList Log紀錄資訊
Type : JSON value : array
Whether it is plural : Yes(List)
LogEntry列表

Response Example

https://hws/cboss-hws-web/api/?Action=listLog
&startDate=2024-05-01T08:00:00Z
&endDate=2024-05-02T07:59:59Z
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}

		

Response Example

https://hws/cboss-hws-web/api/?Action=listLog
&startDate=2024-05-01T08:00:00Z
&endDate=2024-05-02T07:59:59Z
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}

		

Response範例

{
	"requestId": "xxxEXAMPLE",
	"logList" : [
		{
			"description": "execute HWS API, queryString={action=describeInstance}",
			"hnNo" : "HN55999999",
			"iamUser" : null ,
			"id" : 123456,
			"openDate" : "2024-06-27T08:44:07Z",
			"subject" : "execute HWS API",
			"type" : "hws"
		}
	]
}

		

Related Links

describeInstances