Parameter | Description |
---|---|
ID | The ID of the resource. |
Message | The message to be posted as a status update. |
Request Issuer Email | The email address of a valid user associated with the account making the request. |
{
"summary": "Response Example",
"value": {
"status_update": {
"created_at": "2013-03-06T15:28:51-05:00",
"id": "PWL7QXS",
"message": "The server fire is spreading.",
"sender": {
"html_url": "https://subdomain.pagerduty.com/users/PXPGF42",
"id": "PXPGF42",
"self": "https://api.pagerduty.com/users/PXPGF42",
"summary": "Earline Greenholt",
"type": "user_reference"
}
}
}
}
Was this page helpful?