-
Notifications
You must be signed in to change notification settings - Fork 137
CA Profile Process Service
Endi S. Dewata edited this page Oct 23, 2023
·
2 revisions
-
Operation:
POST /ca/agent/ca/profileProcess
-
Parameters:
-
requestId
: Request ID -
op
: Operation:assign
,approve
,reject
,cancel
,update
,validate
,unassign
-
xml
: XML output:true
,false
-
<xml> <output> <set> <errorCode>...</errorCode> <errorReason>...</errorReason> <op>...</op> <requestId>...</requestId> <requestStatus>...</requestStatus> <requestType>...</requestType> <profileId>...</profileId> <outputList> <list> <set> <outputId>...</outputId> <outputSyntax>...</outputSyntax> <outputConstraint>...</outputConstraint> <outputName>...</outputName> <outputVal>...</outputVal> </set> </list> </outputList> </set> </output> </xml>
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |