list-rest-endpoints

Lists all the rest endpoints of a deployed web application

Synopsis

asadmin [asadmin-options] list-rest-endpoints [--help]
[--componentname=componentname]
[appname]

Description

Lists all the rest endpoints of a deployed web application.

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.

Operands

appname

Name of the deployed application to list all of their rest endpoints.

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.

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand