This document contains information about the HTTP return codes that can appear in Symantec Security Information Manager (SSIM)
HTTP Return Codes
|
||
Code
|
Reason Phrase
|
Definition
|
200
|
OK | The request was successful. |
201
|
Created | The request was successful and a new resource was created. |
202
|
Accepted | The request was accepted for processing, but the processing is not yet complete. |
204
|
No Content | The server has processed the request but there is no new information to be returned. |
300
|
Multiple | The requested resource is available at one or more locations. |
301
|
Moved Permanently | The requested resource has been assigned a new URL and any further references should use this new URL. |
302
|
Moved Temporarily | The requested resource resides at a different location, but will return to this location in the future. |
304
|
Not Modified | The requested resource has not been modified since the date specified in the If-Modified_Since header. |
400
|
Bad Request | The server could not properly interpret the request. |
401
|
Unauthorized | The request requires user authorization. |
403
|
Forbidden | The server has understood the request and has refused to satisfy it. |
404
|
Not Found | The server cannot find the information specified in the request. |
500
|
Internal Server | The server could not satisfy the request due to an internal error condition. |
501
|
Not Implemented | The server does not support the requested feature. |
502
|
Bad Gateway | The server received an invalid response from the server from which it was trying to retrieve information. |
503
|
Service Unavailable | The server cannot process this request at the current time. |
HTTP Return Codes with SSIM-specific information
|
||
Code
|
Reason Phrase
|
Description
|
200
|
OK
|
The servlet accepted the data and the calling agent should remove the data from its local cache. This does not imply that the data was fully processed correctly. There still may be data format issues, but these files would be tagged and moved by the Management Server into the error folder for later evaluation. |
206
|
Partial Content
|
There was no data associated with the data stream |
401
|
Unauthorised
|
The IP address of the calling agent could not be validated (not registered in the SSIM Directory). |
406
|
Not Acceptable
|
The data was invalid |
412
|
Precondition Failed
|
The HTTP headers were not valid; therefore the entire POST is suspect. |
503
|
Service Unavailable
|
This status code has several causes
Event Service is busy |
550
|
Server Unwriteable
|
The servlet cannot write data to the local cache |