3 results found
-
Add a Get request API method
Can we have an API method to get a ticket by ticket ID with all the metadata and comments?
For internal DoiT usage, can we have this working just with a ticket # since they are unique across customers? For example:
curl --request GET \
--url 'https://api.doit.com/support/v1/tickets/id' \
--header 'Authorization: Bearer API_KEY' \
--header 'accept: application/json'1 voteValidated with Yuval Drori, and we have decided to close this user story. It is a "nice to have," so we have created ticket CMP-35234 which will be included in our backlog, waiting to be prioritized when resources are available or when there are more relevant use cases.
-
Set Cost Anomaly Detection on Attributes via API
It would be great if we could set the Cost Anomaly Detection on Attributes via API and therefore terraform.
We manage our DoIt Attributes and Groups via terraform and want to avoid any manual configuration.
1 voteTried to follow up with requestor and the account team with no response. Closing out this request because it lacks details on the requirement.
-
Pagination In Report Query Endpoint
Issue: trying to query large and granular datasets from the Billing data source.
This is not possible without pagination since the rate limit and payload size limit are insufficient to do it in scale.
Pagination is already implemented in other endpoints in the analytics API but not in the endpoint that will be most affected by it.5 votes
- Don't see your idea?