get_best_implementer

Retrieves the best implementer for a server/MAP target.

Format

emcli get_best_implementer
      -name="<server target name>"
      -type="<server target type>"
      [-cap_name="<capability name>"]
      [-cap_type="<capability type>"]

[ ] indicates that the parameter is optional. 

Options

  • name

    Name of the server target.

  • type

    Type of the server target.

  • cap_name

    When given, best implementer for only that capability is returned (optional).

  • cap_type

    When given, best implementers for the specified capability type are returned. cap_type=1 for COLLECTION cap_type=2 for ACTION

Example

The following example lists the best implementer for the capability "capability_name" of the type COLLECTION.

emcli get_best_implementer
      -name="server_name"
      -type="server_type"
      -cap_name="capability_name"
      -cap_type="1"