Acquire a list of transfer states

This is an API function to acquire a list of transfer states. This API function corresponds to the operation on the screen that is displayed by clicking the [Transfer States] tab after selecting the [Logs] on the operation screen of Manager.

Format

curl -X GET --header 'Accept: application/json'

--header 'X-API-KEY:APIKEY'

'http://HOSTNAME:PORTNUMBER/api/v1/transfer-states'

Request parameter
A request parameter is not required.
Response

{

"content": [

{

"dataSize": 0,

"fileId": "string",

"hostName": "string",

"recordCount": 0

}

]

}

Response parameter
Item name Response parameter Type Value
Data Size content dataSize Integer The size of data that has been received so far is returned.
File ID fileId String The ID of the file that is being received is returned.
Host Name (Agent ID) hostName String

The ID of Agent instance from which the file was sent is returned.

The parameter name is hostName, however the Agent ID that is displayed on the Agent List screen of Manager is returned.

Record Count recordCount Integer The number of records that have been received so far is returned.