Skip to content
New issue

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

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

Already on GitHub? # to your account

add device-os endpoint support #259

Open
bwJuniper opened this issue Apr 16, 2024 · 1 comment
Open

add device-os endpoint support #259

bwJuniper opened this issue Apr 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bwJuniper
Copy link
Collaborator

POST /api/device-os/images-external

@bwJuniper bwJuniper added the enhancement New feature or request label Apr 16, 2024
@bwJuniper
Copy link
Collaborator Author

bwJuniper commented Apr 16, 2024

{
platform string
enum: CUMULUS | JUNOS | NXOS | SONIC | EOS
Device OS platform. Supported platforms are: ['EOS', 'NXOS', 'CUMULUS', 'JUNOS', 'SONIC']

description string
minLength: 1
Device OS image description

image_url string
minLength: 1
External URL to the device OS image file

checksum string
default: null (Optional)
String representation of the SHA512/SHA256/MD5 checksum.

checksum_type string
enum: MD5 | SHA256 | SHA512
default: null (Optional)
}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants