Acquire Receive Log details
This is an API function to acquire Receive Log details. This API function corresponds to the operation on the screen that is displayed by clicking the [Receive Log] tab after selecting the [Logs] on the operation screen of Manager.
= Remarks =
It is the difference between the acquire a list of Receive Logs API function and this API function that the following parameters are not included in the response of this API function.
|
- Format
- Request parameter (Path format)
- Response
- Response parameter
|
Item name | Request parameter | Type | Value | Default value |
---|---|---|---|---|
Receive Log ID | receivingLogId | String | Impossible to omit |
|
Item name | Response parameter | Type | Value |
---|---|---|---|
Agent ID | agentId | String | The ID of Agent that received the file is returned. |
Agent Name | agentName | String | The name of Agent that received the file is returned. |
Detail Code | detailCode | Integer | The detail code of the receive processing on agent environment is returned. |
End Code | exitCode | Integer | The end code of the receive processing on agent environment is returned. |
File Path | filePath | String | |
File Size | fileSize | Integer | |
Host Name | hostName | String | Host name of Agent that received the file is returned. |
Job | job | String | |
End Code of Job | jobExitCode | Integer | |
Profile ID | profileId | String | The ID of Profile in which Reception Settings are registered is returned. |
Profile Name | profileName | String | The name of Profile in which Reception Settings are registered is returned. |
Reception Completion Date and Time (string) |
receivingEndDateStr | String |
"day-of-week month day hour:minute:second year" Example: "Fri Sep 08 17:15:52 2017" |
Reception Completion Date and Time (UTC) |
receivingEndDateUtc | Integer |
The number of seconds that has accumulated since midnight of 1970/1/1 (UTC) |
Receive Log ID | receivingLogId | String | |
Reception Settings ID |
receivingProfileId | String | The ID of Reception Settings that was used for the receive processing. |
Reception Settings Name | receivingProfileName | String | The name of Reception Settings that was used for the receive processing. |
Reception Start Date and Time (string) |
receivingStartDateStr | String |
"day-of-week month day hour:minute:second year" Example: "Fri Sep 08 17:15:52 2017" |
Reception Start Date and Time (UTC) |
receivingStartDateUtc | Integer |
The number of seconds that has accumulated since midnight of 1970/1/1 (UTC) |
Unit ID | unitId | String | The ID of Unit to which Agent belongs is returned. |
Unit Name | unitName | String | The name of Unit to which Agent belongs is returned. |
Download URL | url | String | The URL from which Agent actually downloaded the file. |