List Subscriptions

List Subscriptions

Return a list of cmtrack information on subscriptions and notifications as a JSON object.

Request
URI
GET
https://{api_host}/v0alpha1/subscriptions
COPY
Responses
200

Successful operation.

Returns Array of CmtrackSubscription of type(s) application/json
[
    {
        "owner": "string",
        "info_job_identity": "94ec9a62-213b-11ec-af33-7f567fdd0e71",
        "target_uri": "http://consumer:8080/v0alpha1/jobs_results/94ec9a62-213b-11ec-af33-7f567fdd0e71",
        "last_updated": "2023-01-23T14:56:17Z"
    }
]

404

The requested parameter does not exist.

Returns ProblemDetails of type(s) application/problem+json
{
    "type": "string",
    "title": "string",
    "status": 400,
    "detail": "Required field 'counter_names' missing.",
    "instance": "string"
}
string
type
Optional

A URI representing the type of the problem.

string
title
Required

A short summary of the error.

number
status
Required

The HTTP Response code associated with this error.

string
detail
Required

A detailed description of the error.

string
instance
Optional

An optional URI of the instance involved in the problem.


Cmtrack Information Operations
GET
List Subscriptions