Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. userapikey: (String)Get user details by API key 

Changes to existing APIs

  • createAccount 
    1. New parameters
      1. accountid : UUID of the account
      2. userid: UUID for the User
      3. regionid: Id of the source Region where Account creation request was initiated
  • createUser
    1. userid: UUID for the User. 
    2. regionid: Id of the source Region where User creation request was initiated
  • createDomain
    • New parameters
      • domainid: UUID for the Domain
      • regionid: Id of the source Region where Domain creation request was initiated
  •  

Limitations

1. Since all update/delete operations are forwarded to the source region (i.e the region where the resource was initially created), if the source region is down, these operations will fail

...