The REST API provides methods for administering Rhapsody configurations in the following categories:
- Configuration Administration
- Custom Modules and Libraries
- License Administration
- Lookup Tables Administration
- Security Objects Administration
- Users and Access Groups Administration
- Variables Administration
- Web Service User Store Administration
- Engine Administration
- Templates Administration
These methods can be used to simplify automated deployments.
For more information on...
- Generic request and response structures, refer to Request and Response Formats.
- Error responses, refer to HTTP Response StatusCodes.
The REST methods might be extended in the future by adding extra fields or expanding enumerations.
It is highly recommended you use an appropriate tool to parse the JSON responses when these are returned. Using a simple string or regular expression search is unreliable because field ordering and escaping of certain characters in strings cannot be guaranteed.