Skip to content

allx/unity-sdk-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby SDK for EMC Unity

Dell EMC Unity REST API Ruby SDK.

Examples

require 'unity-sdk'
client = UNITY_SDK::Client.new(
        host: 'https://unity.example.com',
        user: 'admin',
        password: 'password'
        )

disks = client.get_disk
lun12 = client.get_lun('sv_12')

License

Licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages