List-Rest-Endpoints
Table of Contents
Lists all the rest endpoints of a deployed web application
Synopsis
asadmin [asadmin-options] list-rest-endpoints [--help]
[--componentname=componentname]
[appname]
Options
asadmin-options:
Options for the asadmin utility. For information about these options, see the asadmin help page.
--help:
-?:
Displays the help text for the subcommand.
--componentname:
Name of the REST endpoint component to list.
Examples
Example 1 Listing all the rest endpoints for a deployed application
This example lists all the rest endpoints for the application sse-producer.
asadmin list-rest-endpoints sse-producer
GET /sse-producer/rest/application.wadl
GET /sse-producer/rest/sse/register
Command list-rest-endpoints executed successfully.