Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
REST API Version 17.0 References
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

GET /system/eulas

date_range 24-May-22

SUMMARY Retrieves a list of EULAs.

Retrieves a list of EULAs. All users are able to call this endpoint.

Table 1: GET /system/eulas resource details:

GET /system/eulas resource details

MIME Type

application/json

There are no parameters for this endpoint.

Table 2: GET /system/eulas response codes:

GET /system/eulas response codes

HTTP Response Code Unique Code Description

200

The EULA list was retrieved.

500

79301001

There was an unexpected error loading the EULAs.

Response Description

All the available EULAs on the system, tagged with the language it's translated in
  • locale_id - String - The Locale ID associated with this EULA translation.
  • eula_text - String - The EULA text, translated for the indicated locale.

Response Sample

content_copy zoom_out_map
[
    {
        "eula_text": "String",
        "locale_id": "String"
    }
]
footer-navigation