post https://api.linode.com//support/tickets
Open a support ticket. A ticket can only target a single, specific entity. For example, for an issue with a specific Linode, open a ticket and target it using its linode_id
. Leave all other entities out of the request or set them to null
.
linode-cli tickets create \
--description "I'm having trouble setting the root password on my Linode. I tried following the instructions but something is not working and I'm not sure what I'm doing wrong. Can you please help me figure out how I can reset it?" \
--linode_id 123 \
--summary "Having trouble resetting root password on my Linode"
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
account:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>