PatchSourceStatusResponse

Confirmation of the source's new public lifecycle status.

Properties

source_instance_idstringrequired

The source instance UUID.

statusstringrequired

The source's new public status (`active` or `paused`).

"active""paused"

Example

PatchSourceStatusResponse example
{
  "source_instance_id": "string",
  "status": "active"
}