%DeepSee.REST.v1.InfoServer
Class %DeepSee.REST.v1.InfoServer Extends %DeepSee.REST.REST
This class is responsible for creating the JSON response to the DeepSee REST informational services. For examples and a full list of available services see the documentation for %DeepSee.REST.v1<.class>.
XDatas
UrlMap
XData UrlMap
Methods
WriteFiltersForDataSource
ClassMethod WriteFiltersForDataSource(namespace As %String, pDataSource) As %Status
Retrieve the list of available filters for a given pCube
WriteFilterMembers
ClassMethod WriteFilterMembers(namespace As %String, pUrl) As %Status
Return the available members for a filter defined by pSpec within the context of pCube.
WriteCubeList
ClassMethod WriteCubeList(namespace As %String) As %Status
Return a list of available cubes on the system.
WriteKPIList
ClassMethod WriteKPIList(namespace As %String)
Retrieve the list of available KPIs
WritePivotList
ClassMethod WritePivotList(namespace As %String) As %Status
Return a list of available pivots on the system.
WriteDashboardList
ClassMethod WriteDashboardList(namespace As %String) As %Status
Return a list of available dashboards on the system.
WriteListingsForCube
ClassMethod WriteListingsForCube(namespace As %String, pDataSource) As %Status
Return a list of available listings for pDataSource.
WriteMeasuresForCube
ClassMethod WriteMeasuresForCube(namespace As %String, pCubeName) As %Status
Return a list of available measures for pCubeName.
WriteListingFieldsForCube
ClassMethod WriteListingFieldsForCube(namespace As %String, pCubeName) As %Status
Return a list of available listing fields for pCubeName.
WriteQualityMeasuresForCube
ClassMethod WriteQualityMeasuresForCube(namespace As %String, pCubeName) As %Status
Return a list of available quality measures for pCubeName.
WriteNamedFiltersForCube
ClassMethod WriteNamedFiltersForCube(namespace As %String, pCubeName) As %Status
Return a list of available named filters for pCubeName.
WritePivotVariablesForCube
ClassMethod WritePivotVariablesForCube(namespace As %String, pCubeName) As %Status
Return a list of available pivot variables for pCubeName.
WriteDetailsForPivotVariable
ClassMethod WriteDetailsForPivotVariable(namespace As %String, pUrl) As %Status
Return details for a given pivot variable with logical name pVariableName, available in pCubeName.
Test
ClassMethod Test(namespace As %String) As %Status
Test method to confirm connection in the service type