*** Variables ***
# Generic variables
${SCHEMA}                   https
${HOST}                     192.168.40.50
${PORT}                     443
${response}                         {}
${TOKEN}                            Basic YWxhZGRpbjpvcGVuc2VzYW1l
${apiRoot}        sbxme1qzq4/mep1 
${apiName}        mts
${apiVersion}     v1


# Specific variables
${APP_INSTANCE_ID}					f1e4d448-e277-496b-bf63-98391cfd20fb
${NOT_EXISTING_APP_INSTANCE_ID}		NOT_EXISTING_APP_INS_ID
${CORRECT_FILTER}					app_instance_id
${APP_NAME_FILTER}					app_name
${SESSION_ID_FILTER}                session_id
${BAD_FILTER}						appInsId
${APP_NAME}							appName
          
${SESSION_ID}						5
${WRONG_SESSION_ID}					WRONG_SESSION_ID
${NOT_EXISTING_SESSION_ID}			NOT_EXISTING_SESSION_ID

${REQUEST_TYPE_APPLICATION}			1
${MTS_LOW_MODE_COST}				0
${TRAFFIC_DIRECTION_DL}				00


##Variables for App Instances management
${APP_INST_SCHEMA}                   http
${APP_INST_HOST}                     192.168.40.50
${APP_INST_PORT}                     80
${apiRoot_APP_INST}
${apiName_APP_INST}                  app_lcm
${apiVersion_APP_INST}               v1
${elements}