Get Running Shovels

Get Running Shovels

Use this endpoint to get running shovels details
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/provider/registered-environments/{envId}/shovel
COPY
Path Parameters
string
envId
Required

UUID of the registered environment


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "node": "string",
        "timestamp": "string",
        "name": "string",
        "vhost": "string",
        "type": "string",
        "state": "string",
        "src_uri": "string",
        "src_protocol": "string",
        "dest_protocol": "string",
        "dest_uri": "string",
        "src_exchange": "string",
        "src_exchange_key": "string",
        "dest_exchange": "string"
    }
]

400

Bad Request

Operation doesn't return any data structure