Apptio for All

Apptio for All

A place for Apptio product users to learn, connect, share and grow together.

 View Only
  • 1.  REST Service Connector for COIN Report

    Posted Wed August 07, 2024 09:33 AM

    Hi All,

    I am trying to configure REST Service Connector to fetch Rightsizing data from Cloudability to TBM Studio for COIN Report

    I have used this REST URL - https://api.cloudability.com/v3/rightsizing/azure/recommendations/compute?basis=on-demand&duration=thirty-day&filter=recommendations.defaultsOrder%3D%3D1&limit=25&maxRecsPerResource=1&offset=0&product=compute&sort=-recommendations.savings&vendorAccountIds=&viewId=0 

    I would like to understand if the endpoint is correct or needs modifications. I also see an error as failed to authenticate with configured credentials. 

    What authentication mode is required to establish this connection?

    Appreciate your inputs.

    Thank you



    ------------------------------
    Alisha Dash
    ------------------------------

    #ApptioforAll


  • 2.  RE: REST Service Connector for COIN Report

    Posted Thu August 08, 2024 01:00 AM

    I was never able to get TBM/Datalink to connect to Cloudability API and pull data across to studio (go figure right?). From memory this was not supported in the product but this may have changed now?



    ------------------------------
    Mark Johnson
    Delivery Manager - TBM Office
    Origin Energy
    +61 467 863 134
    mark.johnson1@origin.com.au
    ------------------------------



  • 3.  RE: REST Service Connector for COIN Report

    Posted Thu August 08, 2024 09:50 PM

    This is supported. I was able to configure via Datalink and not Datalink Classic. I was trying to configure via datalink classic, thanks




  • 4.  RE: REST Service Connector for COIN Report

    Posted Thu August 08, 2024 07:09 PM
    Edited by Jeremy Bryant Tue November 05, 2024 06:21 PM

    We pull this data routinely into Power BI using the following REST URL:

    https://api.cloudability.com/v3/rightsizing/azure/recommendations/compute?rank=default&limit=100000&maxRecsPerResource=4&offset=0&duration=thirty-day&view_id=0
    For authentication we only pass the API key as the username only using Basic authentication type.



    ------------------------------
    Regards,

    Jeremy Bryant
    Transport for NSW
    ------------------------------



  • 5.  RE: REST Service Connector for COIN Report

    Posted Thu August 08, 2024 09:51 PM

    Thanks Jeremy, I was able to do as well via Datalink.