Patch a Namespaced Support Bundle

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

Patch 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

  • application/json-patch+json
  • application/merge-patch+json

Body

required

object

Body

required

object

Responses

  • 200
  • 401

OK

  • application/json

  • Schema

  • Example (from schema)

Schema

apiVersion stringrequired

kind stringrequired

metadata object

name stringrequired

namespace string

spec objectrequired

description stringrequired

issueURL string

status object

conditions object[]

  • Array [

lastTransitionTime string

lastUpdateTime string

message string

reason string

status stringrequired

type stringrequired

  • ]

filename string

filesize int64

progress int32

state string

  1. {
  2. "apiVersion": "string",
  3. "kind": "string",
  4. "metadata": {
  5. "name": "string",
  6. "namespace": "string"
  7. },
  8. "spec": {
  9. "description": "string",
  10. "issueURL": "string"
  11. },
  12. "status": {
  13. "conditions": [
  14. {
  15. "lastTransitionTime": "string",
  16. "lastUpdateTime": "string",
  17. "message": "string",
  18. "reason": "string",
  19. "status": "string",
  20. "type": "string"
  21. }
  22. ],
  23. "filename": "string",
  24. "filesize": 0,
  25. "progress": 0,
  26. "state": "string"
  27. }
  28. }

Unauthorized

  • application/json

  • Schema

Schema

string

Loading…