Changes between Version 50 and Version 51 of GAPI_AM_API_V3


Ignore:
Timestamp:
07/16/14 15:00:29 (10 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_V3

    v50 v51  
    253253               {
    254254                  geni_sliver_urn: <string sliver urn>
    255                   geni_expires: <dateTime.rfc3339 allocation expiration string, as in geni_expires from SliversStatus>,
     255                  geni_expires: <dateTime.rfc3339 expiration of sliver from its current allocation state>,
    256256                  geni_allocation_status: <string sliver state - e.g. geni_allocated or geni_provisioned >,
    257257                  geni_operational_status: <string sliver operational state>,
     
    297297        {
    298298                  geni_sliver_urn: <string sliver urn>
    299                   geni_expires: <dateTime.rfc3339 allocation expiration string, as in geni_expires from Status>,
     299                  geni_expires: <dateTime.rfc3339 expiration of sliver from its current allocation state>,
    300300                  geni_allocation_status: <string sliver state - e.g. geni_allocated>
    301301        },
     
    351351   geni_allocation_status: <string>,
    352352   geni_operational_status: <string>,
    353    geni_expires: <dateTime.rfc3339 when the sliver expires from its current state>,
     353   geni_expires: <dateTime.rfc3339 when the sliver expires from its current allocation state>,
    354354   geni_error: <optional string. The field may be omitted entirely but may not be null/None, explaining any renewal failure for this sliver>
    355355  },
     
    392392        {
    393393                  geni_sliver_urn: <string sliver urn>
    394                   geni_expires: <dateTime.rfc3339 allocation expiration string, as in geni_expires from SliversStatus>,
     394                  geni_expires: <dateTime.rfc3339 expiration of sliver from its current allocation state>,
    395395                  geni_allocation_status: <string sliver state - allocated or ?? >.
    396396                  geni_error: <optional string. The field may be omitted entirely but may not be null/None, explaining any Update failure>
     
    447447     geni_allocation_status: <string>,
    448448     geni_operational_status: <string>,
    449      geni_expires <dateTime.rfc3339 when the sliver expires from its current state>,
     449     geni_expires <dateTime.rfc3339 when the sliver expires from its current allocation state>,
    450450     geni_error: <optional string. The field may be omitted entirely but may not be null/None, explaining any failure to Provision this sliver.>
    451451    },
     
    493493        {
    494494                  geni_sliver_urn: <string sliver urn>
    495                   geni_expires: <dateTime.rfc3339 allocation expiration string, as in geni_expires from SliversStatus>,
     495                  geni_expires: <dateTime.rfc3339 expiration of sliver from its current allocation state>,
    496496                  geni_allocation_status: <string sliver state - allocated or ?? >
    497497        },
     
    527527                      geni_allocation_status: <string, eg provisioned>
    528528                      geni_operational_status: <string, eg ready>
    529                       geni_expires: <dateTime.rfc3339 of individual sliver expiration>
     529                      geni_expires: <dateTime.rfc3339 of individual sliver expiration from current allocation state>
    530530                      geni_error: <string, eg '' - not null/None and not optional>,
    531531                     },
     
    533533                      geni_allocation_status: <string, eg provisioned>
    534534                      geni_operational_status: <string, eg ready>
    535                       geni_expires: <dateTime.rfc3339 of individual sliver expiration>
     535                      geni_expires: <dateTime.rfc3339 of individual sliver expiration from current allocation state>
    536536                      geni_error: <string, eg '' - not null/None and not optional>,
    537537                      }
     
    568568        geni_allocation_status: <string, eg geni_provisioned>,
    569569        geni_operational_status : <string>,
    570         geni_expires: <dateTime.rfc3339 of individual sliver expiration>,
     570        geni_expires: <dateTime.rfc3339 of individual sliver expiration from current allocation state>,
    571571        [optional: 'geni_resource_status' : string with resource-specific status in more detail than operational_status; may be omitted],
    572572        [optional: 'geni_error': string explanation of operation failure for this sliver. The field may be omitted but if present may not be null/None.]
     
    604604   geni_sliver_urn: <string>,
    605605   geni_allocation_status: <string>,
    606    geni_expires: <dateTime.rfc3339 when the sliver expires from its current state>,
     606   geni_expires: <dateTime.rfc3339 when the sliver expires from its current allocation state>,
    607607   [optional: 'geni_error': string indicating any AM failure deleting the sliver. The field may be omitted but may not be null/None.]
    608608  },