get https://api.linode.com//support/tickets//replies
Returns a collection of replies to a support ticket on your account.
linode-cli tickets replies 11223344
Learn more...
account:read_only
Learn more...
Responses
Returns a collection of replies to a support ticket on your account.
linode-cli tickets replies 11223344
Learn more...
account:read_only
Learn more...
xxxxxxxxxx
curl --request GET \
--url 'https://api.linode.com/v4/support/tickets/ticketId/replies?page=1&page_size=100' \
--header 'accept: application/json'
xxxxxxxxxx
15{
"data": [
{
"created": "2015-06-02T14:31:41",
"created_by": "John Q. Linode",
"description": "Hello,\\nI'm sorry to hear that you're having trouble resetting the root password of your Linode. Just to be sure, have you tried to follow the instructions here: https://techdocs.akamai.com/cloud-computing/docs/reset-the-root-password-on-a-compute-instance? If you have, please reply with any additional steps you've also taken.\\nRegards,\\nLinode Support Team",
"from_linode": true,
"gravatar_id": "474a1b7373ae0be4132649e69c36ce30",
"id": 11223345
}
],
"page": 1,
"pages": 1,
"results": 1
}