euserv-register-service

Syntax

euserv-register-service -t TYPE -h IP [--port PORT] [-z ZONE] [-U URL]

       [--region USER@REGION] [-I KEY_ID] [-S KEY]
           [--security-token   TOKEN]  [--debug]  [--debugger]  [--version]
           [--help] SVCINSTANCE

Positional Arguments

ArgumentDescription
SVCINSTANCEThe name of the new service instance to register.

Options

OptionDescriptionRequired
-t, –type typeThe new service instance’s type.Yes
-h, –host IPThe host on which the new instance of the service runs.Yes
–port portThe port on which the new instance of the service runs (default for cluster: 8774, otherwise: 8773).No
-z, –availability-zone zoneThe availability zone in which to register the new service instance. This is required only for services of certain types.Conditional

Output

No output is given when it succeeds.

Example

To register the ufs service named “user-api-5”:

euserv-register-service -t user-api -h 10.0.0.15 user-api-5