Get details of a service instance
Returns all properties for a service model instance.
Basic authentication of the form Basic <base64(username:password)>.
A service model’s XPATH. The XPATH is obtained from API ServiceManagement.getServiceModelMap(). When using this API over HTTP, this will be a part of the path itself. Therefore (since service models always include ’/’ character), the path will first need to be URL encoded. A good site for URL encoding text is URL Encoder.
A service model instance’s keys learned from ServiceManager.getInstancesOfService(). Keys are expressed as a space delimited list of key values.