Forum Discussion
Anonymous
5 months agoWithin your for loop, output one line for expirationDate and one for the daysToExpiration. Prepend each with the appId. So it would look like this:
123.expirationDate: 20240724
123.daysToExpiration: 20
456.expirationDate: 20250725
456.daysToExpiration: 21
Where 123 and 456 are the app IDs. Note, only integers/decimal numbers are accepted, so if you want the expiration date, you'll need to pull that in as an ILP during instance discovery.
Related Content
- 7 months ago
- 3 months ago
- 10 months ago