Defaults
defaults ¶
Default values for eos_downloader.
This module contains default configuration values used by the eos_downloader package.
Attributes:
Name | Type | Description |
---|---|---|
DEFAULT_REQUEST_HEADERS |
dict
|
Default HTTP headers used for API requests. Contains Content-Type and User-Agent headers. |
DEFAULT_SOFTWARE_FOLDER_TREE |
str
|
API endpoint URL for retrieving the EOS software folder structure. |
DEFAULT_DOWNLOAD_URL |
str
|
API endpoint URL for getting download links for EOS images. |
DEFAULT_SERVER_SESSION |
str
|
API endpoint URL for obtaining session codes from Arista’s servers. |
EVE_QEMU_FOLDER_PATH |
str
|
Path to the folder where the downloaded EOS images will be stored on an EVE-NG server. |