Hi All,
*Note that you would need to update "10.61.167.168" with your VSC IP Address in the NetAppVSC.dll.config file.
<com.netapp.vsc.Properties.Settings>
<setting name="NetApp_vsc_ApiImplService" serializeAs="String">
<value>https://10.61.167.168:8143/kamino/public/api</value>
</setting>
<setting name="NetApp_vsc_ApiImplService" serializeAs="String">
<value>https://10.61.167.168:8143/kamino/public/api</value>
</setting>
</com.netapp.vsc.Properties.Settings>
<com.netapp.vsc.Properties.Settings>
<setting name="NetApp_vsc_ApiImplService" serializeAs="String">
<value>https://10.61.167.168:8143/kamino/public/api</value>
</setting>
</com.netapp.vsc.Properties.Settings>
Regardless of updating the IP it still got a 404 using this .dll (even though the object exists, can be browsed in the vcenter MOB and connected to via kamino).
Get-vscManagedObjectRef : The request failed with HTTP status 404: Not Found.
At line:1 char:24
+ Get-vscManagedObjectRef <<<< "Sydney" Datacenter
+ CategoryInfo : InvalidOperation: (com.netapp.vsc.vscServer:vscServer) [Get-vscManagedObjectRef], WebExc
eption
+ FullyQualifiedErrorId : ApiError,com.netapp.vsc.cmdlets.GetvscManagedObjectRef
The Kamino module works EG:
PS C:\> import-module kamino
PS C:\> Connect-Kamino -VCenterHost $ipAddress -Credential $credentials
VCenterHostname : XX.XX.XX.XX
VCenterAddress : XX.XX.XX.XX
VCenterCredentials : System.Net.NetworkCredential
ServiceHostname :
ServiceAddress : XX.XX.XX.XX
VCenterVersion : 5.1.0
PS C:\> Get-KaminoManagedObjectRef "Sydney" Datacenter
Datacenter:datacenter-2
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.