Conceptual Workflow
This conceptual workflow section describes how TPM REST API processes a RESTful HTTP request.
Construct your RESTful HTTP request in accordance with description of the
application.wadl description.
The
application.wadl description is accessible from one of the following destinations:
- access it from, for example, the
TIBCO_HOME\tpm-rest\Version_Number\wadl directory.
- download it from, for example,
http://host:port_number/wadl/v1/application.wadl.
Workflow Sequence
- You send a RESTful HTTP request that is in accordance with the WADL description to TPM REST API.
- TPM REST API processes the request:
- REST Web Server translates the RESTful HTTP request into CRUD.
- Each CRUD function invokes a designated set of ConfigStore API.
- ConfigStore API commits the CRUD operation to ConfigStore database.
- REST Web Server translates the CRUD operation results into a RESTful HTTP response.
- TPM REST API sends back a RESTful HTTP response.
Copyright © TIBCO Software Inc. All rights reserved.