Post the Logs to an End Point
POST https://{{crosswork_ip}}:30603/crosswork/platform/v1/collect-publish/start
Use this API Call to Post the collected logs from Crosswork to a HTTP Endpoint.
Request Body
{"CollectJobId"=>"20200730143336", "Protocol"=>"<respective_protocol like SSH>", "SSH_Configuration"=>{"Username"=>"<username>", "Password"=>"<password>", "Destination"=>"<IP Address>", "Dest_path"=>"<path_to_save>", "Port"=>"<respective_port>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |