Package com.microstrategy.web.objects
Class RestApiResources
- java.lang.Object
-
- com.microstrategy.web.objects.RestApiResources
-
public class RestApiResources extends java.lang.Object
Manage REST API related resources
-
-
Constructor Summary
Constructors Constructor Description RestApiResources()
Constructor of RestApiResources.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRestApiUrl(java.lang.String sessionID)
getRestApiUrl retrieves REST API URL from the given Intelligence Server and XML API port
-
-
-
Method Detail
-
getRestApiUrl
public java.lang.String getRestApiUrl(java.lang.String sessionID) throws WebObjectsException
getRestApiUrl retrieves REST API URL from the given Intelligence Server and XML API port- Returns:
- REST API URL of the given Intelligence Server
- Throws:
WebObjectsException
-
-