Send System Report
Sends a RAS system report 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
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
post
POST /api/Support/SendSystemReport 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"
]
}
{
"reportId": "text"
}
Was this helpful?