Retrieve Monitoring Pipeline Information
Returns the Monitoring Pipeline by ID.
To retrieve a Monitoring Pipeline, perform a GET
request.
Request
The following is a sample request. Remember to replace the {pipelineID}
with a valid ID of the specific pipeline whose information you want to access.
Path Parameter | Type | Description | Example |
---|---|---|---|
pipelineID | string | The ID (UUID) of the Pipeline. |
|
Response
The following is a sample response. The values returned by each response differ based on the request.
200 Successful operation
Result: The Monitoring Pipeline and its details for the specified pipelineID
are successfully obtained.
Note: A key is necessary to send metrics through the newly formed monitoring pipeline. For more information about creating a key, see Obtain a New Key.
Last updated