You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/07/19 20:37:39 UTC

[GitHub] [trafficcontrol] mitchell852 edited a comment on issue #3395: Add Monitoring.json to Snapshot Diff

mitchell852 edited a comment on issue #3395: Add Monitoring.json to Snapshot Diff
URL: https://github.com/apache/trafficcontrol/issues/3395#issuecomment-513369365
 
 
   TP diffs the CRConfig.json snapshot by calling 2 api endpoints:
   
   ```
   GET /api/cdns/{cdn}/snapshot <-- current snapshot
   GET /api/cdns/{cdn}/snapshot/new <-- what the snapshot will look like after a snapshot action is performed
   ```
   For monitoring I see:
   
   `GET api/cdns/{cdn}/configs/monitoring`
   
   So maybe an endpoint like this is needed?
   
   `GET api/cdns/{cdn}/configs/monitoring/new`
   
   and then it would be simple enough to add it to snapshot diff section of TP.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services