Create product
This section describes how to submit a new product to the Feature manager
or rs-fem
service of REGARDS with
AMQP interfaces.
Introduction
To create a product through AMQP API, you have to submit a product in GeoJson format with some additional information. This additional information allows you to:
- Choose product versioning method.
- Choose method to handle product associated files.
- Add meta information about the creation process.
The diagram below explains the global processing of a new Feature submission request by REGARDS system.
For a REGARDS client using message queuing, responses are sent for each change of your request status:
DENIED
: Your request has been denied (possibly malformed request).GRANTED
: Your request has been granted and will be processed soon.ERROR
: Processing of your granted request finished in error status.SUCCESS
: Processing of your granted request finished with success. Your feature is successfully created and associated files are stored.
Requests and responses are linked with a correlation identifier requestId provided into submission requests and added in service responses.
When you submit a Feature submission request you have to ensure that the provided requestId is unique. Service will respond to your request with this identifier.