For the complete documentation index, see llms.txt. This page is also available as Markdown.

Support

List all diagnostic files

get
Responses
default

default response

application/json
createdDatestring · date-timeOptional
environmentIdstring · uuidOptional
idstring · uuidOptional
modifiedDatestring · date-timeOptional
namestringOptional
sizeinteger · int64Optional
statestring · enumOptionalPossible values:
get/support
default

default response

Create a diagnostic file for a specified environment

post
Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Body
namestringOptional
Responses
200

successful operation

application/json
createdDatestring · date-timeOptional
environmentIdstring · uuidOptional
idstring · uuidOptional
modifiedDatestring · date-timeOptional
namestringOptional
sizeinteger · int64Optional
statestring · enumOptionalPossible values:
post/support/{environmentId}/zip
200

successful operation

Download a diagnostic file

get
Path parameters
idstring · uuidRequired

The ID of the target diagnostic file

Responses
200

successful operation

No content

get/support/{id}
200

successful operation

No content

Delete a diagnostic file

delete
Path parameters
idstring · uuidRequired

The ID of the target diagnostic file

Responses
default

default response

*/*
delete/support/{id}
default

default response

Last updated

Was this helpful?