Add a component to an application.

Request

PUT https://{hostname}:{port}
  /cli/application/addComponentToApp?{parameters}
Table 1. Request parameters
Parameter Type Required Description
component string true Name of the component
application string true Name of the application

Related CLI command: addComponentToApplication.


Feedback