Purge the archived CA Process Automation Orchestrator instances to increase dashboard efficiency. Content administrator permission is required to purge archived instances that are no longer used. You can use a Simple Object Access Protocol (SOAP) Operator or the Configuration Browser to purge archived instances.
Follow these steps:
The Library Browser pane opens.
A new process object appears with a default name.
The Process Designer opens with a default set of start and stop operators.
You can access the Web Services Description Language (WSDL) for the CA Process Automation Web services interface at the following URL:
http(s)://<CA Process Automation Server Name>:CA Portal/itpam/soap?wsdl
WSDL Services, WSDL ports values are populated.
You can provide the token value, the user name, or the password. Specify the date range in which to delete archived instances in the <fromDate> and <toDate> tags. Use the standard XSD format 2002-05-30T09:00:00.
Consider the following examples, where the date range is specified in standard XSD format.
<deleteArchivedInstances xmlns="http://www.ca.com/itpam"> CA AuthMinder <user>Joe</ user > <password>thisismypassword</ password > CA AuthMinder <dateRange> <fromDate>2012-02-02T02:00:00.320+05:30</fromDate> <toDate>2012-02-02T03:00:00.320+05:30</toDate> </dateRange> </deleteArchivedInstances>
The process runs and displays the completion or failure state.
The product deletes instances that were archived in the specified date range.
|
Copyright © 2014 CA.
All rights reserved.
|
|