PatchSourceStatusResponse
Confirmation of the source's new public lifecycle status.
Properties
source_instance_idstringrequiredThe source instance UUID.
statusstringrequiredThe source's new public status (`active` or `paused`).
"active""paused"Example
PatchSourceStatusResponse example
{
"source_instance_id": "string",
"status": "active"
}