Skip to main content
Version: v1.8 (Dev)

Read a Namespaced Support Bundle

GET 

/apis/harvesterhci.io/v1beta1/namespaces/:namespace/supportbundles/:name

Get a SupportBundle object.

Request

Path Parameters

    name stringrequired

    Possible values: Value must match regular expression [a-z0-9][a-z0-9\-]*

    Name of the resource

    namespace stringrequired

    Possible values: Value must match regular expression [a-z0-9][a-z0-9\-]*

    Object name and auth scope, such as for teams and projects

Query Parameters

    exact boolean

    Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.

    export boolean

    Should this value be exported. Export strips fields that a user can not specify.

Responses

OK

Schema
    apiVersionstringrequired
    kindstringrequired
    metadata object
    namestringrequired
    namespacestring
    spec objectrequired
    descriptionstringrequired
    Default value:
    issueURLstring
    Default value:
    status object
    conditions object[]
  • Array [
  • lastTransitionTimestring
    lastUpdateTimestring
    messagestring
    reasonstring
    statusstringrequired
    Default value:
    typestringrequired
    Default value:
  • ]
  • filenamestring
    filesizeinteger<int64>
    progressinteger<int32>
    statestring
curl -L 'https://699c5de8cd2250875530e216--harvester-preview.netlify.app/apis/harvesterhci.io/v1beta1/namespaces/:namespace/supportbundles/:name' \
-H 'Accept: application/json'
RequestCollapse all
Parameters
— pathrequired
— pathrequired
— query
— query