Unsolved
This post is more than 5 years old
1 Message
0
2886
February 7th, 2011 11:00
Atmos API Questions
Hi, i have few questions:
1) The Atmos API is only used for manipulate metadata?
2) Could I create/update users via API for Atmos?
3) What is a Token? How could i manipulate it via API?
Regards
0 events found
No Events found!


rbala1
222 Posts
0
February 7th, 2011 14:00
Hey there,
The Atmos REST API is primarily a data focused interface that allows developers to do things like create/update/delete/list objects and metadata.
There is an Atmos Systems Management API that's typically not exposed by public cloud service provider partners. It allows developers to create and manage users, policies, etc. There's more information about what's possible with each API here.
The token refers to the UID and shared secret that is used to sign each HTTP request to Atmos. It's part of the authentication mechanism used to validate requests. You can programmatically create these using the Atmos Systems Management API.
Best,
Raj
CristianL
1 Message
0
February 7th, 2011 16:00
rbala1
222 Posts
0
February 8th, 2011 06:00
The Atmos REST API does not provide methods that allow user management. This is only available in the Systems Management API which is almost never exposed by a public cloud service provider.
Depending on your objectives you could proxy the authentication through a middleware component as you describe or ask the user to input their UID/share secret for each deployment. There are caveats to both and considerations to be noted.