Generate the support file on the switch.
- Parameters
-
[in] | client_handle | Client handle from registration API. |
[out] | outfileName | Support file name output buffer descriptor. |
- Return values
-
OPEN_E_NONE | Successfully generated support file. |
OPEN_E_PARAM | Error in parameter passed. |
OPEN_E_UNAVAIL | Operation not supported on this platform. |
OPEN_E_FAIL | Failed to create support file. |
- Note
- Technical support data is written to a file whose full pathname is output through the outfileName parameter. Use openapiSystemFileNameMaxLengthGet() to determine the appropriate sized buffer to use.
-
This API may take a relatively long time to complete, on the order of 30 to 60 seconds, due to the amount of data it collects.
OpEN API Version: 1.6
- Examples:
- suppfile_example.c.