Backstage · Example Payload

Scaffolder Task Example

Developer PortalInternal Developer PlatformSoftware CatalogOpen Source

Scaffolder Task Example is an example object payload from Backstage, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idspecstatuscreatedAtlastHeartbeatAtcompletedAtcreatedBy

Example Payload

Raw ↑
{
  "id": "component:default/my-service",
  "spec": {
    "apiVersion": "sample-value",
    "templateInfo": {
      "entityRef": "sample-value"
    },
    "steps": [
      {
        "id": "component:default/my-service",
        "name": "my-service",
        "action": "sample-value",
        "input": {}
      }
    ],
    "output": {},
    "parameters": {}
  },
  "status": "open",
  "createdAt": "sample-value",
  "lastHeartbeatAt": "sample-value",
  "completedAt": "sample-value",
  "createdBy": "sample-value"
}