Supportbundles

Supportbundles

Initiates Support bundle download

Request
URI
POST
https://sfo-vcf01.rainpole.io//v1/system/support-bundles
COPY
Request Body

supportbundlespec

SupportBundleSpec of type(s) application/json
Required
{
    "logs": {
        "apiLogs": false,
        "esxLogs": false,
        "nsxLogs": false,
        "sddcManagerLogs": false,
        "systemDebugLogs": false,
        "vcLogs": false,
        "vmScreenshots": false,
        "vraLogs": false,
        "vrliLogs": false,
        "vropsLogs": false,
        "vrslcmLogs": false,
        "vxrailManagerLogs": false,
        "wcpLogs": false
    },
    "options": {
        "config": {
            "force": false,
            "skipKnownHostCheck": false
        },
        "include": {
            "healthCheck": false,
            "summaryReport": false
        }
    },
    "scope": {
        "domains": [
            {
                "clusterNames": [
                    "string"
                ],
                "domainName": "string"
            }
        ],
        "includeFreeHosts": false
    }
}
logs
Optional

logs

options
Optional

options

scope
Optional

scope

Responses
200

OK

Returns SupportBundle of type(s) application/json
{
    "bundleAvailable": "string",
    "bundleName": "string",
    "completionTimestamp": "string",
    "creationTimestamp": "string",
    "description": "string",
    "id": "string",
    "status": "One among: IN_PROGRESS, PENDING, COMPLETED_WITH_SUCCESS, COMPLETED_WITH_FAILURE"
}
string
bundleAvailable
Optional

Indicate if bundle is available in file system.

string
bundleName
Optional

Name of the Support Bundle.

string
completionTimestamp
Optional

CompletionTimestamp.

string
creationTimestamp
Optional

CreationTimestamp.

string
description
Optional

Name of the Operation.

string
id
Optional

Id of the Support Bundle task.

string
status
Optional

Support Bundle Status.


202

Accepted

Returns SupportBundle of type(s) application/json
{
    "bundleAvailable": "string",
    "bundleName": "string",
    "completionTimestamp": "string",
    "creationTimestamp": "string",
    "description": "string",
    "id": "string",
    "status": "One among: IN_PROGRESS, PENDING, COMPLETED_WITH_SUCCESS, COMPLETED_WITH_FAILURE"
}
string
bundleAvailable
Optional

Indicate if bundle is available in file system.

string
bundleName
Optional

Name of the Support Bundle.

string
completionTimestamp
Optional

CompletionTimestamp.

string
creationTimestamp
Optional

CreationTimestamp.

string
description
Optional

Name of the Operation.

string
id
Optional

Id of the Support Bundle task.

string
status
Optional

Support Bundle Status.


400

Bad request! Invalid Headers or Data. Error: {error}

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


401

Bad request! Authorization Header is missing or not in correct format.

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


409

Operation is in progress for Id {id}. Wait for the operation to complete.

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


500

Something went wrong. Internal server error occurred. Error {error}

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message