Returns all event provider instance configuration parameters associated with an application instance.
get
/gatewayapi/restapi/v1/eventServices/eventProviderInstanceConfigs/{appInstanceName}
Request
Path Parameters
Response
Supported Media Types
- application/json
200 Response
successful operation
EVENTPROVIDERINSTANCECONFIGS
Root Schema : EventProviderInstanceConfigs
Type:
objectEVENTPROVIDERINSTANCECONFIGS
Show Source
-
description:
string
A description of the event provider instance configuration.
-
eventListenerConfigList:
array EventListenerConfigList
A reference to the EventListenerConfig business object.
-
eventProviderConfig:
object EventProviderConfigs
EVENTPROVIDERCONFIGS
-
id:
integer(int64)
The unique ID of the EventProviderInstanceConfig generated by the system.
Nested Schema : EventListenerConfigList
Type:
arrayA reference to the EventListenerConfig business object.
Show Source
-
[0]:
object EventListenerConfigs
A reference to the EventListenerConfig business object.
Nested Schema : EventProviderConfigs
Type:
objectEVENTPROVIDERCONFIGS
Show Source
-
configValueMap:
object ConfigValueMap
Additional Properties Allowed: additionalPropertiesThe configuration value mappings associated with the event provider configuration.
-
name:
string
The name of the event provider configuration.
-
version:
string
The version number of the event provider configuration.
Nested Schema : EventListenerConfigs
Type:
objectA reference to the EventListenerConfig business object.
Show Source
-
businessFlowName:
string
The business flow name associated with the event listener configuration.
-
getconfigValueMap:
object configValueMap
Additional Properties Allowed: additionalPropertiesThe configuration value mappings associated with the event listener configuration.
-
name:
string
The name of the event listener configuration.
-
synchronizationName:
string
The synchronization name associated with an event listener configuration.
Nested Schema : configValueMap
Type:
objectAdditional Properties Allowed
Show Source
The configuration value mappings associated with the event listener configuration.
Nested Schema : ConfigValueMap
Type:
objectAdditional Properties Allowed
Show Source
The configuration value mappings associated with the event provider configuration.
404 Response
The EventService does not exist or you do not have access to it.