What is required for the body on a create region api call to turn on JES?

 

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.

Parents
  • Suggested Answer

    0  

    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
    }

Reply
  • Suggested Answer

    0  

    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
    }

Children
No Data