URL Parameter (Connect-Cloudant Cmdlet)
The URL used to connect to the Cloudant.
Syntax
Connect-Cloudant -URL string
Data Type
cstr
Default Value
""
Remarks
The HTTP or HTTPS URL used to connect to the Cloudant in the format https://{instance id}-bluemix.cloudantnosqldb.appdomain.cloud or in case of self hosting server http[s]://{server}:{port}
This is a required parameter.