[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1

Current Active Services

Description

Returns an array of currently active services and their details, optionally filtered by query parameters. If more than one filter is provided the result is the intersection (boolean AND) of the filters.

Request

Request

URL

URL


get
https://{api_host}/dms/service/v0alpha1/services
Copy

Query Parameters

Query Parameters

string
name Optional

The name of service to match.


string
service_type Optional

The type of service (platform or rapp) to match.


Response

Response

Response Body

Response Body

200 OK

Returns Services of type application/json

Successful operation

{
	"service": [
		{
			"created_at": 1632781620000000000,
			"description": "An rApp producer for querying historical PM Counter data.",
			"display_name": "PM Counter History",
			"name": "pmhistory",
			"service_href": "http://pmhistory:8080/v0alpha1",
			"service_type": "platform",
			"status": "REGISTERED",
			"updated_at": 1632781620000000000,
			"version": "0.1.0"
		}
	]
}
array of Service
service Optional

Details of one service present in the Service Registry.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/dms/service/v0alpha1/services


[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Feedback

Was this page helpful?