Beispiel #1
0
def getSpaceTokenEndpoints():
    ''' Get Space Token Endpoints '''

    return Utils.getCSTree('Shares/Disk')


################################################################################
#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF#EOF
Beispiel #2
0
def getPolicyActions():
  '''
  Returns from the OperationsHelper: <_rssConfigPath>/PolicyActions
  '''
  
  return Utils.getCSTree( '%s/PolicyActions' % _rssConfigPath )
Beispiel #3
0
def getNotifications():
  '''
  Returns from the OperationsHelper: <_rssConfigPath>/Notification
  '''
  
  return Utils.getCSTree( '%s/Notification' % _rssConfigPath )
Beispiel #4
0
def getSpaceTokenEndpoints():
  """ Get Space Token Endpoints """

  return Utils.getCSTree('Shares/Disk')
Beispiel #5
0
def getPolicyActions():
  '''
  Returns from the OperationsHelper: <_rssConfigPath>/PolicyActions
  '''
  
  return Utils.getCSTree( '%s/PolicyActions' % _rssConfigPath )
Beispiel #6
0
def getNotifications():
  '''
  Returns from the OperationsHelper: <_rssConfigPath>/Notification
  '''
  
  return Utils.getCSTree( '%s/Notification' % _rssConfigPath )
Beispiel #7
0
def getnotificationGroups():
    '''
  Returns from the OperationsHelper: <_rssConfigPath>/PolicyActions
  '''

    return Utils.getCSTree('%s/Config' % _rssConfigPath)
Beispiel #8
0
def getSpaceTokenEndpoints():
  ''' Get Space Token Endpoints '''
  
  return Utils.getCSTree( 'Shares/Disk' )
Beispiel #9
0
def getPolicyActions():
    """
    Returns from the OperationsHelper: <_rssConfigPath>/PolicyActions
    """

    return Utils.getCSTree("%s/PolicyActions" % _rssConfigPath)
Beispiel #10
0
def getNotifications():
    """
    Returns from the OperationsHelper: <_rssConfigPath>/Notification
    """

    return Utils.getCSTree("%s/Notification" % _rssConfigPath)
Beispiel #11
0
def getnotificationGroups():
    """
    Returns from the OperationsHelper: <_rssConfigPath>/PolicyActions
    """

    return Utils.getCSTree("%s/Config" % _rssConfigPath)
Beispiel #12
0
def getPolicies():
    """
  Returns from the OperationsHelper: <_rssConfigPath>/Policies
  """

    return Utils.getCSTree('%s/Policies' % _rssConfigPath)
Beispiel #13
0
def getPolicies():
    """
  Returns from the OperationsHelper: <_rssConfigPath>/Policies
  """

    return Utils.getCSTree("%s/Policies" % _rssConfigPath)
Beispiel #14
0
def getNotifications():
    """
  Returns from the OperationsHelper: <_rssConfigPath>/Notification
  """

    return Utils.getCSTree("%s/Notification" % _rssConfigPath)
Beispiel #15
0
def getnotificationGroups():
    """
  Returns from the OperationsHelper: <_rssConfigPath>/PolicyActions
  """

    return Utils.getCSTree("%s/Config" % _rssConfigPath)