Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Event

Description

Example

subscription.create

{
 "type" : "subscription.create",
 "data" : {
  "subscription" : {
   "application" : 1,
   "apiProduct" : 1,
   "plan" : 1,
   "environments" : [ 1, 2, 3 ],
   "approvalStatus" : "PENDING",
   "approvalRequest" : null,
   "deploymentStatus" : "DEPLOYMENT_REQUIRED",
   "apiProductDisplayName" : "ProductX",
   "id" : 42
  }
 },
 "timestamp" : "2024-02-29T08:51:10.862979Z"
}

subscription.delete

{
 "type" : "subscription.delete",
 "data" : {
  "subscription" : {
   "application" : 1,
   "apiProduct" : 1,
   "plan" : 1,
   "environments" : [ 1, 2, 3 ],
   "approvalStatus" : "PENDING",
   "approvalRequest" : null,
   "deploymentStatus" : "DEPLOYMENT_REQUIRED",
   "apiProductDisplayName" : "ProductX",
   "id" : 42
  }
 },
 "timestamp" : "2024-02-29T08:51:10.864166Z"
}

  • No labels