Download Report
Downloads a RAS system report to be sent to Parallels support
Body
Attachmentstring · binaryOptional
The attachment to be sent to Parallels support
CompanystringOptional
Company of administrator requesting support
FullnamestringOptional
Full name of administrator requesting support
MessagestringOptional
The message query for support
SubjectstringOptional
Subject of request
Typestring · enumOptionalPossible values:
Support Type.
Responses
200
Success
401
Unauthorized
application/json; api-version=1.0
get
GET /api/Support/DownloadReport HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 146
{
"Attachment": "binary",
"Company": "text",
"Fullname": "text",
"Message": "text",
"Subject": "text",
"Type": [
"0 = Email",
"1 = SaveToZip",
"2 = SendReport"
]
}
No content
Was this helpful?