Closed makagonr closed 2 years ago
@makagonr please review internal JIRA CHARON-491
Closing out. Provided information to team via JIRA
@mdditt2000 Hi Mark, this Jira item doesn't look like a fix for the issue. Can you confirm it with the team?
Jira issue created as CHARON-542.
Hello!
Chariot is consuming stdout and stderr directly. Do you know about that? Can you use chariot api?
Hello,
We use the API, and we would like to get the content of stdout/stderr generated by processing the request in order to show it to the user when some objects are not compatible or we get 4xx/5xx http codes for some reason.
Regards Rafał Makagon
pt., 3 gru 2021 o 18:36 p-semenov-f5 @.***> napisał(a):
Hello!
Chariot is consuming stdout and stderr directly. Do you know about that? Can you use chariot api?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/f5devcentral/f5-as3-config-converter/issues/61#issuecomment-985704667, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHP7QNKQNJIJHBFPIOCXOADUPD53TANCNFSM5FQZXA2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Should be in ACC 1.17
Is your feature request related to a problem? Please describe.
ACC produces output via conversion: e.x.
Also sometimes there is a problem with the conversion. In such case, via CLI one can get an error.
It would be good to get such information also via API call
Describe the solution you'd like
in a response { "output": ... "stdout": "2021-10-07 09:19:20 INFO 107 BIG-IP objects detected total\n2021-10-07 09:19:20 INFO 59 BIG-IP objects recognized by AS3...", "stderr": "..." }