Download log files from Client by Distinguished Name.

Prev Next
Get
/client-logs/{distinguished-name}

Sends a message to Client with the specified Distinguished Name to upload its logs. The logs are collected in a zip archive and returned as a byte stream in the response. This API call must be made with Accept header of application/vnd.appgate.peer-v23+zip.

Security
HTTP
Type bearer
Path parameters
distinguished-name
stringRequired

Distinguished name of the user&devices which will be affected by the operation. Format: 'CN=<device ID>,CN=<username>,OU=<provider name>'

ExampleCN=4c07bc6757ea42ddb702c2d6c45419fc,CN=user,OU=ldap
Responses
200

Client Logs.

string (binary)

Zip archive with client log files.

401

Token error. Login again.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

403

Insufficient permissions to access this resource.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

404

The requested resource can not be found.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

406

Invalid 'Accept' header.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

412

Too old Client to support this feature.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

500

Unexpected server side error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

504

Gateway timeout error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.