Acquia · Example Payload

Acquia Cloud Notification Example

10.0.0.1

ContentExperience

Acquia Cloud Notification Example is an example object payload from Acquia, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

progressuseruuidnametitledescriptioncreated_atstarted_atcompleted_atstatustypemetadatalabels_links

Example Payload

Raw ↑
{
  "progress": 1,
  "user": "sample-value",
  "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "name": "Production Application",
  "title": "sample-value",
  "description": "10.0.0.1",
  "created_at": "2025-03-15T14:30:00Z",
  "started_at": "2025-03-15T14:30:00Z",
  "completed_at": "2025-03-15T14:30:00Z",
  "status": "completed",
  "type": "task",
  "metadata": {
    "environments": "sample-value"
  },
  "labels": "prod",
  "_links": "sample-value"
}