Cisco Cisco Security Manager 4.7 Guía Del Usuario

Descargar
Página de 290
 
 
 
  
 
Cisco Security Manager 4.7 API Specification (Version 2.0) 
 
OL- 32164-01 
Page  168
 
 
3.2.25 
Method GetDeployJobStatus 
This method is used to get the status of the deployment job.  
 
3.2.25.1 
Request 
The request takes either the job id or name and returns the status of the deployment job. Following gives an example 
of the request and its XSD. 
 
 
Figure 131: GetDeployJobStatus Request Example 
 
Table 90: GetDeployJobStatus Request Elements and Attribute Description 
XML Element & Attributes 
Definition 
deployJobStatusRequest 
An element that mentions the details of the deployment job  
Element List:  
Deployment job status as success or failure 
Element List: 
deploymentJobGID
 
Unique identifier for the deployed job 
Element List: 
deploymentJobName
 
Unique value that specifies the name 
HTTP Method 
POST 
HTTP Header: asCookie 
The  cookie  returned  by  the  login  method  that  identifies  the  authentication 
session 
Returns 
200 OK + XML 
 
401 Unauthorized 
 
URL: 
 
https://hostname/nbi/configservice/getdeployJobStatus 
 
<csm:deployJobStatusRequest xmlns:csm="csm"> 
       <deploymentJobName>admin_job_2014-03-26 13:00:38.28</deploymentJobName>  
</csm:deployJobStatusRequest>