예제 #1
0
    def getComponentsStatus(self, condDict):
        """This method is used to get the status of the components.

        :type condDict: dictionary
        :param condDict: A condition dictionary.
        :return: S_OK with status and message about the component.
        """
        rpcClient = Client(url="Framework/Monitoring", timeout=100)
        return rpcClient.getComponentsStatus(condDict)