Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose "stdout/stderr" output via API #61

Closed
makagonr opened this issue Oct 7, 2021 · 7 comments
Closed

Expose "stdout/stderr" output via API #61

makagonr opened this issue Oct 7, 2021 · 7 comments
Labels
enhancement New feature or request jira Jira created for this issue

Comments

@makagonr
Copy link

makagonr commented Oct 7, 2021

Is your feature request related to a problem? Please describe.

ACC produces output via conversion:
e.x.

2021-10-07 09:19:20 INFO 107 BIG-IP objects detected total
2021-10-07 09:19:20 INFO 59 BIG-IP objects recognized by AS3
2021-10-07 09:19:20 INFO 25 BIG-IP objects supported by ACC
2021-10-07 09:19:20 INFO 25 AS3 stanzas generated

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": "..."
}

@makagonr makagonr added the enhancement New feature or request label Oct 7, 2021
@mdditt2000 mdditt2000 added the PME PME Action Item label Oct 19, 2021
@mdditt2000
Copy link

@makagonr please review internal JIRA CHARON-491

@mdditt2000 mdditt2000 added jira Jira created for this issue and removed PME PME Action Item labels Oct 28, 2021
@mdditt2000 mdditt2000 added this to the 1.16 milestone Nov 8, 2021
@mdditt2000
Copy link

Closing out. Provided information to team via JIRA

@azahajkiewicz
Copy link

@mdditt2000 Hi Mark, this Jira item doesn't look like a fix for the issue. Can you confirm it with the team?

@sschadwick
Copy link
Contributor

Jira issue created as CHARON-542.

@sschadwick sschadwick reopened this Nov 23, 2021
@mdditt2000 mdditt2000 removed this from the 1.16 milestone Nov 30, 2021
@p-semenov-f5
Copy link
Collaborator

Hello!

Chariot is consuming stdout and stderr directly. Do you know about that? Can you use chariot api?

@makagonr
Copy link
Author

makagonr commented Dec 4, 2021 via email

@p-semenov-f5
Copy link
Collaborator

Should be in ACC 1.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira Jira created for this issue
Projects
None yet
Development

No branches or pull requests

5 participants