Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.32k stars 1.97k forks source link

customer request for service management features #218

Closed gcheng closed 10 years ago

gcheng commented 11 years ago

http://stackoverflow.com/questions/12584959/windows-azure-vm-instances-control-by-java/12585201#12585201

dadoonet commented 11 years ago

+1 Any idea for a release date of this feature?

guangyang commented 11 years ago

@dadoonet , could you please describe your scenario? What are you trying to do? What functionalities do you need to use? How do your prioritize them? Thanks.

dadoonet commented 11 years ago

@guangyang I would like to get all private IP addresses of all my virtual machines using Java API. I only need that by now. Thanks.

gcheng commented 11 years ago

another one

http://stackoverflow.com/questions/15943602/get-cpu-usage-from-azure-api-with-java

dadoonet commented 11 years ago

Note that by now, I'm using Jclouds as they have implemented it. But, I'd like to use the official Java SDK... :-D So, any ETA on that?

gcheng commented 11 years ago

Another customer ask http://stackoverflow.com/questions/8355167/increase-decrease-the-number-of-worker-role-instances-in-azure/8355925#8355925

gcheng commented 11 years ago

@dadoonet We are open source, if you contribute, we can get it done sooner ;)

dadoonet commented 11 years ago

@gcheng haha! Let me ask it differently: do you plan to work on it in the next weeks? If not, I can think about forking it... Best

gcheng commented 11 years ago

@dadoonet

this is not a question that I am suppose to answer according to my employee training. By they way, what feedback do u have for jCloud's Azure functionality. If we build another Java Implementation of Windows Azure Service Management API, what would you like to see?

gcheng commented 11 years ago

another customer request. https://github.com/WindowsAzure/azure-sdk-for-java/issues/328

gcheng commented 11 years ago

From eclipse plugin,

a) Create storage account b) Get list of storage accounts c) Create cloud service d) Get list of services + deployments + status e) Deploy a cspkg f) Upload subscription mgmt. cert (PFX) g) Upload RDP cert h) Get list of compute data center locations (West US, etc) i) Get list of storage account data center locations j) Undeploy a cspkg deployment

gcheng commented 11 years ago

From Eclipse plugin,

Besides the IaaS VM stuff

dadoonet commented 11 years ago

hey @gcheng!

Sounds like I did not see your question and did not answer :-( Shame on me.

By they way, what feedback do u have for jCloud's Azure functionality.

It's working nice but some features are missing. For example, a call to /services/hostedservices/{serviceName}?embed-detail=true is not well supported by jclouds and does not give all running instances for a given service (end point). I just opened an issue about it: JCLOUDS-260.

If we build another Java Implementation of Windows Azure Service Management API, what would you like to see?

I would definitely prefer to use the official API. Basically my need in short term is to be able to get:

Thanks for you help.

daskinne commented 11 years ago

Bump this, please update on the current state of development.

andrerod commented 10 years ago

We've implemented most Compute management operations. We'll add more going forward hopefully at a much faster cadence as we move to the same infrastructure in java that we use in other languages.

dadoonet commented 10 years ago

w00t! Sounds promising cool news. Thanks @andrerod. Is there any commit/documentation related to this I can look at?

andrerod commented 10 years ago

@dadoonet you should look at azure-management-compute module in maven.