Cisco Cisco Process Orchestrator 3.0 Guida Utente

Pagina di 62
 
Process Web Service 
The Process Web service allows users to start processes and retrieve information, such as the description, ID, and 
whether the process is enabled or disabled. 
The WSDL for the Process Web service methods is:
 http://<server>:<port>/WS/Process?wsdl
 
CreateProcessEvent
 
Create a process event in Cisco Process Orchestrator. 
eventSource (string) —source of the process event 
severity (string) —event severity as Error, Warning, Information, Success, or Failure 
description (string) —event description 
eventId (integer) —event Id 
category (string) —event category 
subject (string) —event subject 
parameters (string[]) – event parameters  
targetNameOrId (string) —name or Guid of a target 
None 
EnableOrDisableProcess 
Enable or disable a process definition in Cisco Process Orchestrator 
processNameOrId (string) —name or Guid of a process definition 
enable (boolean) —flag to enable or disable a process 
None 
ListProcessDefinitions 
Enumerates all process definitions in Cisco Process Orchestrator 
northboundOnly (boolean) —enumerate northbound processes only 
ProcessDefinition[]