DX NetOps

 View Only
  • 1.  How Can I Pull the Current date and Time' while pulling date from from CAPM

    Posted 17 days ago

    Is there a way to capture the current date and time while pulling data using the OpenAPI Query Builder in CAPM? We would like to include a column for the current date and time for each record in the row. For example, the first column holds the date and time, the second column holds the device names, and the third column holds other metrics, and so on for each device.

    BR,

    RohitV



  • 2.  RE: How Can I Pull the Current date and Time' while pulling date from from CAPM

    Broadcom Employee
    Posted 17 days ago

    No, odata only exports what metrics are in the DB to export.

    You are using a script to call odata?  why not just run date +%s or whatever format, and append to each row exported?