The new DoiT MCP Server enables you to inject FinOps data and insights from DoiT Cloud Intelligence into your integrated development environments (IDEs), AI assistants or any client that supports STDIO (Standard Input/Output). To configure the DoiT MCP Server, go to the GitHub repository.
Added a new REST API endpoint /analytics/v1/allocations
.
Supported operations:
- List allocations: Returns a list of allocations your account can access.
- Create an allocation: Creates a new allocation.
- Retrieve an allocation: Returns a specific allocation.
- Delete an allocation: Deletes a specific allocation.
- Update an allocation: Updates a specific allocation
See Allocations for more information about the feature.
The Get report results API now returns a new boolean value, cacheHit
, to indicate whether the results were fetched from the cache.
Added a new endpoint /sharing/v1/{resourceType}/{resourceId} for retrieving and updating Cloud Analytics resource permissions.
Added a new endpoint /datahub/v1/csv/upload
for sending events to DataHub using a CSV file.