Share instance console history via pste
POST
/api/v1/services/{id}/console/share
Uploads the recent console history of the instance to the configured paste service after server-side redaction. Limit defaults to 500 lines (clamped to 5000).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Request Body
Section titled “Request Body ”object
level
string
logger
string
limit
integer format: int32
expiry
string
isPrivate
boolean
burnAfterRead
boolean
Responses
Section titled “ Responses ”Paste created
object
shareId
string
url
string
rawUrl
string
expiresAt
string format: date-time
isPrivate
required
boolean
burnAfterRead
required
boolean
deleteToken
string
deleteUrl
string
Unauthorized
Forbidden
Instance not found
Sharing not configured
Paste service unreachable