Cisco Cisco Process Orchestrator 3.1 Guía Del Usuario

Descargar
Página de 62
 
 
Copyright 2014 Cisco Systems 
11 
 Cisco Highly Confidential – Controlled Access 
 
A printed copy of this document is considered uncontrolled.  Refer to the online version for the controlled revision. 
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. 
Parameters 
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 
Return Type 
None 
EnableOrDisableProcess
Enable or disable a process definition in Cisco Process Orchestrator 
Parameters 
processNameOrId (string) —name or Guid of a process definition 
enable (boolean) —flag to enable or disable a process 
Return Type 
None 
ListProcessDefinitions
Enumerates all process definitions in Cisco Process Orchestrator 
Parameters 
northboundOnly (boolean) —enumerate northbound processes only 
Return Type 
ProcessDefinition[]