Exemplo n.º 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
Exemplo n.º 2
0
def getPolicyActions():
  '''
  Returns from the OperationsHelper: <_rssConfigPath>/PolicyActions
  '''
  
  return Utils.getCSTree( '%s/PolicyActions' % _rssConfigPath )
Exemplo n.º 3
0
def getNotifications():
  '''
  Returns from the OperationsHelper: <_rssConfigPath>/Notification
  '''
  
  return Utils.getCSTree( '%s/Notification' % _rssConfigPath )
Exemplo n.º 4
0
def getSpaceTokenEndpoints():
  """ Get Space Token Endpoints """

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

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

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

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

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

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

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

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

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