DX Unified Infrastructure Management

  • 1.  How to get QOS-Memory usage using computer system id via REST API?

    Posted Jul 12, 2017 08:58 AM

    Hi,

     

    How to get QOS-Memory usage using computer system id via REST API?

     

    Instead of getting:

    https://localhost/rest/qos/data/name/QOS_MEMORY_PERC_USAGE/myhost/myhost/201728061400/201728061500/0

     

    Is there a way i can get the data using Computer System id?

     

    or Can I get the qos data of multiple VM's in one request?

     

    Tool: CA UIM.

     

    Thanks



  • 2.  Re: How to get QOS-Memory usage using computer system id via REST API?

    Posted Jul 12, 2017 05:58 PM

    Hi, 

     

    Maybe by making a call on this rest before : 

    /computer_systems/cs_id/{cs_id} 

     

    https://docops.ca.com/ca-unified-infrastructure-management-probes/ga/en/probe-development-tools/restful-web-services/call-reference/computer-system-calls#ComputerSystemCalls-GetComputerSystemDetails(UsingtheCSID)

     

    And take here the IP Adresses or the CS Name to make your QOS Call with the right source ?

     

    Best Regards,

    Thomas



  • 3.  Re: How to get QOS-Memory usage using computer system id via REST API?

    Posted Jul 20, 2017 06:50 AM

    Thanks Thomas. But I'm looking way to get QOS for all the CS in one shot. Is it possible ? 

    I'm trying to do below:

    1. I want to get the Memory Usage for all the CS in my account in one API call.
    2. I want to list all the Targets which are applicable for a particular CS.

     

    Thanks