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

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

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

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

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

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

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

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

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

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