Changes between Version 15 and Version 16 of NewTestbedAPISpec


Ignore:
Timestamp:
Aug 12, 2013 1:05:12 PM (11 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewTestbedAPISpec

    v15 v16  
    363363   * Name - the attribute name
    364364 * '''Return Values:'''
    365   * a boolean, true if the attribute was removed
     365  * a boolean, true if the attribute was removed
     366
     367Finally administrators can modify profile attributes:
     368
     369* '''Service:''' Users
     370 * '''Operation:''' modifyUserAttribute
     371 * '''Input Parameters:'''
     372   * Name - the attribute name
     373   * Type - the type (STRING, INT, FLOAT, OPAQUE)
     374   * Optional - a boolean, true if this attribute is optional
     375   * Access - an integer the user's ability to modify (READ_WRITE, READ_ONLY, WRITE_ONLY, NO_ACCESS)
     376   * Description - natural language description of the field (optional)
     377   * Format - a regular expression describing the format (optional)
     378   * Formatdescription - a natural language explanation of the format (optional)
     379   * OrderingHint - an integer suggesting where to present the attribute. Lower numbers come first
     380   * LengthHint - an integer suggesting how long an input
     381 * '''Return Values:'''
     382  * a boolean, true if the attribute was created
     383
    366384
    367385
     
    608626  * a boolean, true if the attribute was removed
    609627
     628Finally administrators can modify profile attributes:
     629
     630* '''Service:''' Projects
     631 * '''Operation:''' modifyProjectAttribute
     632 * '''Input Parameters:'''
     633   * Name - the attribute name
     634   * Type - the type (STRING, INT, FLOAT, OPAQUE)
     635   * Optional - a boolean, true if this attribute is optional
     636   * Access - an integer the user's ability to modify (READ_WRITE, READ_ONLY, WRITE_ONLY, NO_ACCESS)
     637   * Description - natural language description of the field (optional)
     638   * Format - a regular expression describing the format (optional)
     639   * Formatdescription - a natural language explanation of the format (optional)
     640   * OrderingHint - an integer suggesting where to present the attribute. Lower numbers come first
     641   * LengthHint - an integer suggesting how long an input
     642 * '''Return Values:'''
     643  * a boolean, true if the attribute was created
     644
     645
    610646=== Creating and Deleting Projects ===
    611647
     
    649685
    650686Generally an removing a project requires a testbed administrator.
    651 
    652 
    653 
    654687
    655688== Experiments ==