You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

An application should be able to use the web service to add a new member to a Moira list. The web service will need to know the following information:

  1. On whose behalf is this change being made? I.e. What is the name of the authenticated user attempting to use this service?
  2. The name of the list to be modified.
  3. The type of member being added to the list (user, kerberos, string, machine).
  4. The name of the member being added to the list.

This call will return:

  1. format of data
  2. error indicators
  3. success indicator

Input parsing

The web service will perform the following types of parameter validation ...

  • No labels