Skip to content

Conversation

@techyragu
Copy link
Contributor

Modifies imcsdk.apis.v2.server.vmedia.vmedia_mount_remove_all API

from imcsdk.imchandle import ImcHandle
from imcsdk.apis.v2.server.vmedia import vmedia_mount_remove_all

handle = ImcHandle("ip", "username", "password")
handle.login()
print("Connection Successful: <%s>" % handle.ip)
vmedia_mount_remove_all(handle)
handle.logout()
print "SUCCESS: Logged Out"

Signed-off-by: Rahul Gupta <ragupta4@cisco.com>
@techyragu techyragu changed the title Adds support for vmedia saved mapping in remove all function Issue#171 Adds support for vmedia saved mapping in remove all function Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant