Axway · Example Payload

Amplify Platform Usage Entry Example

API ManagementEnterpriseIntegrationSecurity

Amplify Platform Usage Entry Example is an example object payload from Axway, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

createdcreated_bydownloadableendDateenvIdfileIdgovernancenameorganizationIdstartDatestatusunrecognizeduploadMethod

Example Payload

Raw ↑
{
  "created": "2026-04-21T00:00:00Z",
  "created_by": {
    "client_id": "507f1f77bcf86cd799439011",
    "email": "user@example.com",
    "guid": "example_value",
    "name": "Example Name",
    "type": "user"
  },
  "downloadable": true,
  "endDate": "2026-04-21T00:00:00Z",
  "envId": "example_value",
  "fileId": "example_value",
  "governance": "Customer Managed",
  "name": "Example Name",
  "organizationId": "example_value",
  "startDate": "2026-04-21T00:00:00Z",
  "status": "PROCESSED",
  "unrecognized": [
    "example_value"
  ],
  "uploadMethod": "automatic"
}