Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2
-
Fix Version/s: 2.2.0
-
Component/s: Command 'registry-list'
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Priority | Blocker [ 1 ] | |
| Description |
To display only endpoints, services and interfaces of a container of the current topology (the one of the container on which Petals CLI is connected), a container filter should be added to the command 'registry-list':
petals-cli@host:port> registry-list -c sample-0 Domain: Domain 1 Subdomain: SubDomain 1 * Container: Node1 ** container information of Node1 The value of the option '-c' is a regexp that container name of endpoints displayed must be matched. In console mode, the content assist will propose container name on argument '-c' |
To display only endpoints, services and interfaces of a container of the current topology (the one of the container on which Petals CLI is connected), a container filter should be added to the command 'registry-list':
{code} petals-cli@host:port> registry-list -c target-container-[01] Endpoints: HelloEndpoint-TargetContainer0: target-container-0,petals-se-pojo,INTERNAL HelloEndpoint-TargetContainer1: target-container-1,petals-se-pojo,INTERNAL Services: {http://petals.ow2.org/}HelloService0: HelloEndpoint-TargetContainer0 {http://petals.ow2.org/}HelloService1: HelloEndpoint-TargetContainer1 Interfaces: {http://petals.ow2.org/}HelloPortType: HelloEndpoint-TargetContainer0 HelloEndpoint-TargetContainer1 {code} The value of the option '-c' is a regexp that container name of endpoints displayed must be matched. In console mode, the content assist will propose container name on argument '-c' |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Blocker [ 1 ] | Major [ 3 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 2.2.0 [ 10404 ] | |
| Resolution | Fixed [ 1 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

New filter about container name added in trunk