-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
7.9.0.GA
-
False
-
False
-
-
-
-
-
-
Undefined
-
---
-
---
-
container-alias attribute is not available in 'Example Value' of business-central REST API to create container in swagger page.
PUT /controller/management/servers/{serverTemplateId}/containers/{containerId}
application/xml content type
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <container-spec-details> <container-id>evaluation_1.0.0-SNAPSHOT</container-id> <container-name>evaluation</container-name> <release-id> <artifact-id>evaluation</artifact-id> <group-id>evaluation</group-id> <version>1.0.0-SNAPSHOT</version> </release-id> <configs> <entry> <key>RULE</key> <value xsi:type="ruleConfig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <scannerStatus>STOPPED</scannerStatus> </value> </entry> <entry> <key>PROCESS</key> <value xsi:type="processConfig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <runtimeStrategy>SINGLETON</runtimeStrategy> <kbase></kbase> <ksession></ksession> <mergeMode>MERGE_COLLECTIONS</mergeMode> </value> </entry> </configs> <status>STARTED</status> </container-spec-details>
application/json context type
- is incorporated by
-
JBPM-9561 container-alias attribute is not available in example of business-central swagger REST API to create container
- Closed