Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions tdei-api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -3209,6 +3209,17 @@
"summary": "Gets the Service metrics",
"description": "This endpoint provides detailed metrics about datasets categorized by Project Group ID within the TDEI platform. It includes the total number of datasets and their cumulative size in megabytes for each type, such as osw, flex, and pathways.",
"operationId": "service-metrics",
"parameters": [
{
"name": "tdei_project_group_id",
"in": "path",
"description": "Project Group id of the dataset.",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Successful response - Returns the service metrics.",
Expand Down
Loading