You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
599 B

# Copyright (C) 2005-2025 Splunk Inc. All Rights Reserved.
from ITOA.itoa_object import ItoaObject
class ItsiTemporaryKpi(ItoaObject):
'''
Implements ITSI Temporary KPI
'''
log_prefix = '[ITSI Temporary Storage] '
collection_name = 'itsi_temporary_storage'
def __init__(self, session_key, current_user_name):
super(ItsiTemporaryKpi, self).__init__(session_key, current_user_name, 'temporary_kpi',
collection_name=self.collection_name,
title_validation_required=False)