Operation
post /pmtca/correlatenew
Used to correlate TCA (correlate : /pmtca/correlatenew)
Launch point includes the PM TP section of the Connection (Physical/Infra/Service)
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | optional | session | HttpSession |
--- |
body2 | required | cpmTcaUserInputWrapper | String |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
CpmTcaResponse
|
201Created | --- |
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/json
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
External Docs
See Also :
Operation
post /pmtca/uncorrelate
Uncorrelates the pmtp with tca profile (uncorrelate : /pmtca/uncorrelate)
Launch point includes the PM TP section of the Connection (Physical/Infra/Service)
Request body
Name |
IsRequired |
Description |
Data Type |
Enum |
---|---|---|---|---|
body | optional | session | HttpSession |
--- |
body2 | required | cpmTcaUserInputWrapper | String |
--- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
CpmTcaResponse
|
201Created | --- |
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Consumes
This API call consumes the following media types via the Content-Type request header:
application/json
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
External Docs
See Also :
CpmTcaResponse
Name |
Type |
Description |
Enum |
---|---|---|---|
identifier | String string |
Gets the Identifier | --- |
items | array[Serializable] Serializable |
Gets the list of Items of the Type T | --- |
colnames | String string |
Gets the column names | --- |
status | String string |
Gets the status | --- |
operTime | String string |
Gets the OperTime | --- |
Serializable
Name |
Type |
Description |
Enum |
---|