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

CERTTF-498 Create serial output endpoints #463

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

CERTTF-498 Create serial output endpoints #463

wants to merge 1 commit into from

Conversation

val500
Copy link
Contributor

@val500 val500 commented Feb 14, 2025

Description

In order to support streaming of serial log output, two new endpoints were created to receive and retrieve serial log output. The POST endpoint receives this output per job id, while the GET endpoint returns this output per job id and deletes it. This uses the same pattern as the normal output logs.

Resolved issues

Resolves https://warthogs.atlassian.net/browse/CERTTF-498

Documentation

Web service API changes

New endpoints:

POST /v1/result/<job_id>/serial_output

GET /v1/result/<job_id>/serial_output

Tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant