HP OneView REST API Reference

appliance/support-dumps
appliance-support-dumps.html[10/17/2013 10:35:51 AM]
URI: /rest/appliance/support-dumps/{dumpFileName}.{suffix}
Method API
GET Downloads the generated dump file to the client.
Parameter Attributes Description
encrypt Optional Not used anymore
Request Header Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Response Description
void
Response Codes
REST API Response Codes
Examples
GET https://{appl}/rest/apliance/support-
dumps/{dumpfilename}
for example:
The following GET request downloads the generated
support dump.
GET https://{appl}/rest/appliance/support-dumps/CI-2013
_06_26-13_44_18.081798.sdmp
DumpGenerationInfo
description: DumpGenerationInfo is a data transfer object. Use it to specify the properties of the support dump to be
generated
type: object
Properties
errorCode: description: ErrorCode the client sends to create a support dump. This error code is a part of support-
dump file name, such as CI1234 or CI892a2.Error code length must not exceed 10
characters. Only alpha numeric characters and hyphen are allowed
type: string
required: true
encrypt: description: Boolean value indicating if support dump needs to be encrypted or not. Only Infrastruture
Administrator can get an unencrypted dump by using false for encrypt field
type: boolean
default: true
directory: description: List of directories which needs to be included as part of support dumps. Allowed