Get count of EMR cluster Ids accessible by the authenticated user.
NOTE: APIs for EMR clusters apply only to instances of the |
NOTE: There can be only one EMR cluster registered with the platform at any time. The registered cluster is always the active one. |
Version: v4
Request Type: GET
Endpoint:
/v4/emrClusters/count |
Request URI - Example:
/v4/emrClusters/count |
Request Body:
Empty.
Response Status Code - Success: 200 - OK
Response Body Example: count = 0:
Empty.
Response Body Example: count = 1:
{ "count": 1 } |
None.