Created
March 1, 2022 09:06
-
-
Save volkflo/85a48dec5c820eec79f4203df1346d0f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"beans": [ | |
{ | |
"id": 4996, | |
"category": "API_ADMINISTRATION", | |
"reason": "apiman.client.contract.approval.granted", | |
"reasonMessage": "Signup was approved!", | |
"status": "OPEN", | |
"createdOn": "2022-03-01T10:03:13.792437+01:00", | |
"modifiedOn": "2022-03-01T10:03:13.801951+01:00", | |
"recipient": { | |
"username": "test", | |
"fullName": "test", | |
"email": "", | |
"locale": null, | |
"admin": false | |
}, | |
"source": "/apiman/notifications/contracts/approvals", | |
"payload": { | |
"headers": { | |
"id": "-adfd-4359-91ec-5e46ebcd59aa", | |
"source": "/apiman/events/contracts/approvals", | |
"type": "io.apiman.manager.api.beans.events.ContractApprovalEvent", | |
"subject": "approval", | |
"time": "2022-03-01T09:03:13.755345Z", | |
"eventVersion": 1, | |
"otherProperties": {} | |
}, | |
"approver": { | |
"username": "support.is", | |
"fullName": "BPaaS Support", | |
"email": "[email protected]", | |
"locale": null, | |
"admin": false | |
}, | |
"clientOrgId": "test", | |
"clientId": "TestClient", | |
"clientVersion": "1.0", | |
"apiOrgId": "Test", | |
"apiId": "Notifications", | |
"apiVersion": "1.0", | |
"contractId": "4958", | |
"planId": "Bronze", | |
"planVersion": "1.0", | |
"approved": true, | |
"rejectionReason": null | |
} | |
}, | |
{ | |
"id": 4993, | |
"category": "API_ADMINISTRATION", | |
"reason": "apiman.client.status_change", | |
"reasonMessage": "Client was published", | |
"status": "OPEN", | |
"createdOn": "2022-03-01T10:03:13.788862+01:00", | |
"modifiedOn": "2022-03-01T10:03:13.796896+01:00", | |
"recipient": { | |
"username": "test", | |
"fullName": "test", | |
"email": "", | |
"locale": null, | |
"admin": false | |
}, | |
"source": "/apiman/notifications/clients/status", | |
"payload": { | |
"headers": { | |
"id": "-5186-4e23-90eb-7469c0b78284", | |
"source": "/apiman/events/clients", | |
"type": "io.apiman.manager.api.beans.events.ClientVersionStatusEvent", | |
"subject": "status.change", | |
"time": "2022-03-01T09:03:13.705049Z", | |
"eventVersion": 1, | |
"otherProperties": {} | |
}, | |
"clientOrgId": "test", | |
"clientId": "TestClient", | |
"clientVersion": "1.0", | |
"previousStatus": "Ready", | |
"newStatus": "Registered" | |
} | |
}, | |
{ | |
"id": 4888, | |
"category": "API_ADMINISTRATION", | |
"reason": "apiman.client.contract.approval.granted", | |
"reasonMessage": "Signup was approved!", | |
"status": "USER_DISMISSED", | |
"createdOn": "2022-02-09T13:54:15.075042+01:00", | |
"modifiedOn": "2022-03-01T09:43:20.515784+01:00", | |
"recipient": { | |
"username": "test", | |
"fullName": "test", | |
"email": "", | |
"locale": null, | |
"admin": false | |
}, | |
"source": "/apiman/notifications/contracts/approvals", | |
"payload": { | |
"headers": { | |
"id": "-b1d3-4cc8-b003-03e058faa203", | |
"source": "/apiman/events/contracts/approvals", | |
"type": "io.apiman.manager.api.beans.events.ContractApprovalEvent", | |
"subject": "approval", | |
"time": "2022-02-09T12:54:15.059456Z", | |
"eventVersion": 1, | |
"otherProperties": {} | |
}, | |
"approver": { | |
"username": "support.is", | |
"fullName": "BPaaS Support", | |
"email": "[email protected]", | |
"locale": "en_US" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment