0

i am trying to restart apis on Mule RTF using a script, but unable to login even, can anyone help?

below is the script :

#! /bin/bash

authToken=`curl -H "Content-Type: application/json" -X POST -d '{"username":"username","password":"password","recaptcha":""}' https://anypoint.mulesoft.com/login/`
curl  "https://anypoint.mulesoft.com/login/=$authToken"
3
  • Why do you need to restart all applications deployed on your RTF instance? Commented Mar 30, 2022 at 16:18
  • to update patch Commented Mar 30, 2022 at 16:27
  • And how you did change the patch version for each application? You need to update it explicitly according to the documentation. Just restarting would not change the release. Commented Mar 30, 2022 at 17:05

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.