Import new component versions

This command polls the source configuration for new component versions.

Request

PUT https://{hostname}:{port}
  /cli/component/integrate
This command takes a JSON request string or file. Use the following template for the request:
{
  "component": "Component name or ID",
  "properties": {"name": "value (Optional - repeat as 
  necessary)"}
}

Example JSON request

{
  "component": "JPetStore-WEB",
  "properties": {
    "Prop1": "value1"
  }
}

Related CLI command: importVersions.


Feedback