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

Service

Details of one service present in the Service Registry.


Properties

string
version Required

The current version of the service.


integer as int64
created_at Optional

Time at which the service was created. Times are nanoseconds since the unix epoch.


string
description Optional

A summary description of the service.


string
name Optional

Acts as the service ID.


string
service_href Optional

The href associated with the service.


string
service_type Optional

The type of the service stating whether the service is a platform service or an rApp.


string
status Optional

The status of the service. Only services with their status set to REGISTERED will be listed. By default the registry will set the status of service being added to REGISTERED. Services that do not send periodic heartbeat updates will be marked as UNDISCOVERABLE.

Possible values are: REGISTEREDUNDISCOVERABLE


integer as int64
updated_at Optional

Time at which the service was last updated. Times are nanoseconds since the unix epoch.


string
display_name Optional

The name as displayed for the service.

JSON Example

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

Services
Parameter To

Put Service By ID
Returned By

Get Service By ID

Feedback

Was this page helpful?