Creating and Enumerating SQL Azure Reporting Services using Rest API

الإجابة Creating and Enumerating SQL Azure Reporting Services using Rest API

  • Wednesday, July 13, 2011 5:19 PM
     
      Has Code

    I have an Azure subscription and access with a management certificate.

    I'm able to enumerate my SQL Servers using Http GET

    https://management.database.windows.net:8443/<subscription-id>/servers as described in

    http://msdn.microsoft.com/en-us/library/gg715269.aspx .

    <Servers xmlns="http://schemas.microsoft.com/sqlazure/2010/12/">
     <Server>
      <Name>hz9kyn8tc7</Name>
      <AdministratorLogin>PADMIN</AdministratorLogin>
      <Location>North Europe</Location>
     </Server>
    </Servers>

    Can I do a similar enumeration of my reporting service servers using HTTP or do I have to go to the portal to provision and review the server?



    • Moved by Wenchao ZengModerator Thursday, July 14, 2011 6:47 AM SQL Azure topic (From:Managing Services on the Windows Azure Platform)
    •  

All Replies

  • Thursday, July 14, 2011 11:07 AM
     
     Answered

    Hi,

    Currently there is no REST Management API available for SQL Azure Reporting Services. Its only available for Windows Azure and SQL Azure Management


    Arunraj Chandrasekaran, MCTS, Author: SQLXpertise.com
    If you found this post useful, Please "Mark as Answer" or "Vote as Helpful"
  • Thursday, July 14, 2011 11:13 AM
     
     

    Thanks for the fast feedback. 

    I'm currently developing automated deployment for Azure starting from scratch (Continous Integration). Your response means that there will be a manual step required which may be a source of failure. Would be great to have this feature soon.

    Regards

    Dan


    Dan Danneberg
  • Thursday, July 14, 2011 11:32 AM
     
     
    SQL Azure Reporting Services is still in CTP, I hope they might release Management REST API after its released to Public
    Arunraj Chandrasekaran, MCTS, Author: SQLXpertise.com
    If you found this post useful, Please "Mark as Answer" or "Vote as Helpful"
  • Thursday, July 12, 2012 8:22 PM
     
     

    Hi,

    We are almost one year later, and SQL Azure Reporting Services is now a public feature. But I still can't find a Management REST API for the Reporting Services. Does anyone know if this feature is already available or not?

    Regards,

    Eelco