DX Unified Infrastructure Management

  • 1.  QOS_DISK_FREE Target URL Encode

    Posted Aug 16, 2017 09:37 AM

    Hi,

     

    I'm trying to encode "C:\/Free (in % of Capacity)" which is the target for qos "QOS_DISK_FREE", i tried below encoded string, but it is not returning any qos data on REST call, though it does have the data.

     

    C%3A%5C%2FFree%20%28in%20%25%20of%20Capacity%29

     

    REST Call:

    http://localhost/rest/qos/data/name/QOS_DISK_FREE/TESTVM01/C%3A%5C%2FFree%20%28in%20%25%20of%20Capacity%29/lastmonth/now/0

     

    Is there a tool from CA to encode & decode to use with REST Api?

     

    Can someone help on this?

     

    Thanks



  • 2.  Re: QOS_DISK_FREE Target URL Encode
    Best Answer

    Broadcom Employee


  • 3.  Re: QOS_DISK_FREE Target URL Encode

    Posted Aug 19, 2017 08:44 AM

    This settings are there, but still it is not fetching the data's. Can you tell me what should be the encoded value for "C:\/Free (in % of Capacity)" ? Is there any tool from CA to convert this?



  • 4.  Re: QOS_DISK_FREE Target URL Encode

    Posted Sep 04, 2017 07:56 AM

    Can anyone help me on this?



  • 5.  Re: QOS_DISK_FREE Target URL Encode

    Posted Sep 04, 2017 09:13 PM

    Can someone encode this value "C:\/Free (in % of Capacity)" in there environment & share the results? I need it urgently.



  • 6.  Re: QOS_DISK_FREE Target URL Encode

    Posted Sep 07, 2017 02:54 AM

    I am also facing the same issue..

    Kindly guide us in priority.



  • 7.  Re: QOS_DISK_FREE Target URL Encode

    Broadcom Employee
    Posted Sep 14, 2017 06:03 AM

    Hello.

    We have reproduced the same problem in CA lab using webservices_rest 8.5.1 HF3.

    If you are using webservices_rest 8.5.1 HF3, please do the below

     

    1-1. deactivate wasp probe in UMP robot.
    1-2. Remove "wasp-engine" folder in <UIM>/probes/service/wasp/work in UMP robot.
    1-3. deploy webservices_rest 8.5.1 (GA release) onto UMP robot.
    1-4. activate wasp probe in UMP robot.
    1-5. Use the below URL encoding for Target name.

     

    C%3A%5C%2FFree%20(in%20%25%20of%20Capacity)

     

    Some website helps you to get URL encoding.
    Here is an example.
    https://meyerweb.com/eric/tools/dencoder/

     

    Regards,

    Yu Ishitani



  • 8.  Re: QOS_DISK_FREE Target URL Encode

    Broadcom Employee
    Posted Aug 11, 2018 09:29 AM

    Hi,

    This issue has been fixed in webservices_rest_8.51hf5.zip

    Please check with CA Support for this fix and apply using the following steps mentioned.
    1. Deactivate wasp probe in UMP robot.
    2. Go to <UIM>/probes/service/wasp/work in UMP robot.
    3. Completely remove "wasp-engine" folder.
    4. Deploy the hotfix to UMP robot.
    5. Activate wasp probe in UMP robot.

     

    Thanks,
    Ashok



  • 9.  Re: QOS_DISK_FREE Target URL Encode

    Broadcom Employee
    Posted Aug 12, 2018 09:49 PM

    Hi, Ashok. Thank you very much for the post.

    Note - To make use of the hotfix, we need to use slash specific parameters described here.

    webservices_rest APIs - CA Unified Infrastructure Management Probes - CA Technologies Documentation 

     

    Regards, Yu