List all the LST Entries

Complete these tasks to list all the LST entries.

Table - Prerequisites

Prerequisite More Information
Authenticate Authenticate

This example assumes you have exported the access token to the variable $TOKEN.

  1. List the LST entries.

    Use the URL parameter filename to identify the LST XML file to retrieve.

    curl -X GET \
        --header "Accept: application/xml" \
        --header "Authorization: Bearer $TOKEN" \
        "https://10.0.0.2/rest/v1.1/configuration/lst/lstentries?filename=<LSTXMLFILE>"