apiServiceRef
A serviceRef references a service. It is identified by the "serviceName", "clusterName" (name of the cluster which the service belongs to) and an optional "peerName" (to reference a remote service i.e. services managed by other CM instances). To operate on the service object, use the API with those fields as parameters.
JSON
property | type | description |
---|---|---|
peerName | peerName (string) | The name of the CM peer corresponding to the remote CM that manages the referenced service. This should only be set when referencing a remote service. |
clusterName | clusterName (string) | The enclosing cluster for this service. |
serviceName | serviceName (string) | The service name. |