Submit Data command properties
- Last UpdatedOct 24, 2024
- 2 minute read
Refer to the following information on the relevant configurable properties for Submit Data.
Connection properties
|
Property |
Description |
Valid values |
|---|---|---|
|
Durable |
By default, this property is set to True. If the queue specified in your configuration item is not durable, you will need to change this property to False; otherwise, you may encounter an error due to durability mismatch and your configuration item will not start until this is fixed. |
True, False |
|
Password |
The password that is associated with the external user account. |
Password |
|
Uri |
The uniform resource identifier (URI) that is the source for receiving Submit Data commands. You must enter the appropriate URI for the software you are using. We suggest that you use a naming convention that includes the version information of the Service Bus Submit Data message schema. The schema version appears in the header of the message text. <xmlns="http://schemas.ampla.com/ServiceBus/SubmitData/2014/08"> Note: The URI for RabbitMQ cannot contain the slash (/) character or spaces in the name of the queue. |
amqp://ampla.commands.submitclientnotification.v201902 |
|
Username |
(Required) The user name for the external application. Note: The default Submit Data item that appears in a new project will not come with authentication details. These empty values will produce a validation error, unless you supply user authentication details. |
User account |
Message properties
|
Property |
Description |
Valid values |
|---|---|---|
|
MessageFormat |
Specifies whether to use XML format or JSON format for the message scheme. |
XML, JSON |
|
MessageSchema |
An editable message schema where its format depends on the selected message format. You can open the MessageSchema Editor if you need to edit the schema. For more information, see Submit Data command schema. |
|
|
RunAsUser |
The Production Analyst user to submit the command. Only users of BasicUser type are available for selection. You can specify the user from the picker dialog box. We recommend that you create Production Analyst users that are specific for submitting data. These users should have minimal privileges and limited access to the areas in the project . You should avoid giving an unnecessary amount of access to users who will be submitting external data into Production Analyst. |
User account |
Transport properties
|
Property |
Description |
Valid values |
|---|---|---|
|
Certificate Thumbprint |
Choose an available certificate for transport. This is required when you are using the secure AMQPS scheme in the URI property. For more information about using RabbitMQ with secure transport, see https://www.rabbitmq.com/ssl.html. |
Hexadecimal string |