[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Get Services
DescriptionThis operation is used by a VMware Centrealized RIC Service Consumer to request the location of the Service Registry.
Request
Operation doesn't accept any path, query or header parameters.
URL
http://bootstrapper:8080/
Response
Response
Response BodyResponse Body
200 OK
Returns
ServiceDict
of type application/json
A successful retrieval of the boostrapping service dictionary.
{
"services": {
"key": {
"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"
}
}
}
map of
Service
services
Required
Details about the one service (the service registry) presented by the bootstrapper. The service registry is used for registering a service and discovering all other required services.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl http://bootstrapper:8080/
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
On This Page
Bootstrapping Operations
get