softlayer-java icon indicating copy to clipboard operation
softlayer-java copied to clipboard

SoftLayer API Client for Java

Results 8 softlayer-java issues
Sort by recently updated
recently updated
newest added

Resurrecting #36 . Fixed up a few tests and merge conflicts.

enhancement

Setup an action to trigger on new releases to rebuild that java libraries with update services/datatypes.

enhancement

The Metadata service returns IllegalStateException error when calling to the methods getId(), getHostname(), etc. ``` java.lang.IllegalStateException: ID is required to invoke public abstract java.lang.Long com.softlayer.api.service.resource.Metadata$Service.getId() ``` Following code can be...

The issue we're facing is to retrieve the relational properties of a list of SoftLayer_Virtual_Guest using pagination. We use masks to get the relational properties like power state, os, datacenter...

bug
help wanted

Is there anyway to use object filters with this client? `https://sldn.softlayer.com/article/object-filters` I suppose I could implement my own HttpClient. Thoughts? If not, please add official support in the future.

Following error is raised when using masks in getPublicVlan and getPrivateVlan methods of SoftLayer_Network_Gateway: ``` com.softlayer.api.ApiException$Internal: Property 'networkVlan' not valid for 'SoftLayer_Network_Vlan'.(code: SoftLayer_Exception_WebService_ObjectMask, status: 500) ``` I found this error...

Is Filter Supported yet by Java Rest Clients. After I form the Rest query , I get an extra ":" at the end of the Query. This is not leaving...

Currently only a mask of the type that is the same as the service can be added to a service. So if `Account.getObject` is called, it uses `Account.Mask` just fine,...

enhancement