Datasources |
GET |
/druid/coordinator/v1/datasources |
Returns a list of datasource names found in the cluster. |
GET |
/druid/coordinator/v1/datasources?simple |
Returns a list of JSON objects containing the name and properties of datasources found in the cluster. |
GET |
/druid/coordinator/v1/datasources?full |
Returns a list of datasource names found in the cluster with all metadata about those datasources. |
GET |
/druid/coordinator/v1/datasources/{dataSourceName} |
Returns a JSON object containing the name and properties of a datasource |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}?full |
Returns full metadata for a datasource . |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/intervals |
Returns full metadata for a datasource . |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/intervals |
Returns a set of segment intervals. |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/intervals?simple |
Returns a map of an interval to a JSON object containing the total byte size of segments and number of segments for that interval. |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/intervals?full |
Returns a map of an interval to a map of segment metadata to a set of server names that contain the segment for that interval. |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval} |
Returns a set of segment ids for an interval. |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval}?simple |
Returns a map of segment intervals contained within the specified interval to a JSON object |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval}?full |
Returns a map of segment intervals contained within the specified interval to a map of segment metadata to a set of server names that contain the segment for an interval. |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval}/serverview |
Returns a map of segment intervals contained within the specified interval to information about the servers that contain the segment for an interval. |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/segments |
Returns a list of all segments for a datasource in the cluster. |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/segments?full |
Returns a list of all segments for a datasource in the cluster with the full segment metadata. |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/segments/{segmentId} |
Returns full segment metadata for a specific segment in the cluster. |
GET |
/druid/coordinator/v1/datasources/{dataSourceName}/tiers |
Return the tiers that a datasource exists in. |
POST |
/druid/coordinator/v1/datasources/{dataSourceName} |
Enables all segments of datasource which are not overshadowed by others. |
POST |
/druid/coordinator/v1/datasources/{dataSourceName}/segments/{segmentId} |
Enables a segment of a datasource. |
DELETE |
/druid/coordinator/v1/datasources/{dataSourceName} |
Disables a datasource. |
DELETE |
/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval} |
Runs a Kill task for a given interval and datasource. |
DELETE |
/druid/coordinator/v1/datasources/{dataSourceName}/segments/{segmentId} |
Disables a segment. |
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by kinger1999