Can run a "/native/v1/regions/127.0.0.1/86" post api call to create a new region, but have not been able to figure out which parameter(s) in the body of the API call are used to turn on region features.
Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
Can run a "/native/v1/regions/127.0.0.1/86" post api call to create a new region, but have not been able to figure out which parameter(s) in the body of the API call are used to turn on region features.
Hi Kevin,
Further research shows this API function should allow you to do what ask:
http:// localhost :10086 /docs/#/ESMAC%20General/get_native_v1_regions__host___port___region__region_functionality
{
"regStatus": "Started",
"regMSSEnabled": true,
"regJESEnabled": true,
"regIMSEnabled": true,
"regMQEnabled": true,
"regCWSEnabled": true,
"regTranClassEnabled": true,
"regLocalJCLEnabled": true,
"regThresholdEnabled": true,
"regHSFMillis": true
}
Hi Kevin,
Further research shows this API function should allow you to do what ask:
http:// localhost :10086 /docs/#/ESMAC%20General/get_native_v1_regions__host___port___region__region_functionality
{
"regStatus": "Started",
"regMSSEnabled": true,
"regJESEnabled": true,
"regIMSEnabled": true,
"regMQEnabled": true,
"regCWSEnabled": true,
"regTranClassEnabled": true,
"regLocalJCLEnabled": true,
"regThresholdEnabled": true,
"regHSFMillis": true
}