This repository was archived by the owner on Dec 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 19 files changed +328
-29
lines changed
Expand file tree Collapse file tree 19 files changed +328
-29
lines changed Original file line number Diff line number Diff line change 1- """Provides all database and table structures used for the influx database.
1+ """
2+ ----------------------------------------------------------------------------------------------
3+ (c) Copyright IBM Corporation 2020, 2021. All Rights Reserved.
4+
5+ IBM Spectrum Protect Family Software
6+
7+ Licensed materials provided under the terms of the IBM International Program
8+ License Agreement. See the Software licensing materials that came with the
9+ IBM Program for terms and conditions.
10+
11+ U.S. Government Users Restricted Rights: Use, duplication or disclosure
12+ restricted by GSA ADP Schedule Contract with IBM Corp.
13+
14+ ----------------------------------------------------------------------------------------------
15+
16+ Description:
17+ Provides all database and table structures used for the influx database.
218
319Classes:
420 Datatype
Original file line number Diff line number Diff line change 1- """All kinds of table, retention policies and continuous queries definitions are implemented here
1+ """
2+ ----------------------------------------------------------------------------------------------
3+ (c) Copyright IBM Corporation 2020, 2021. All Rights Reserved.
4+
5+ IBM Spectrum Protect Family Software
6+
7+ Licensed materials provided under the terms of the IBM International Program
8+ License Agreement. See the Software licensing materials that came with the
9+ IBM Program for terms and conditions.
10+
11+ U.S. Government Users Restricted Rights: Use, duplication or disclosure
12+ restricted by GSA ADP Schedule Contract with IBM Corp.
13+
14+ ----------------------------------------------------------------------------------------------
15+
16+ Description:
17+ All kinds of tables, retention policies and continuous queries definitions are implemented here
218
319Classes:
420 Definitions
Original file line number Diff line number Diff line change 1- """Module with influx client. Contains all functionality arround sending and accessing influx database.
1+ """
2+ ----------------------------------------------------------------------------------------------
3+ (c) Copyright IBM Corporation 2020, 2021. All Rights Reserved.
4+
5+ IBM Spectrum Protect Family Software
6+
7+ Licensed materials provided under the terms of the IBM International Program
8+ License Agreement. See the Software licensing materials that came with the
9+ IBM Program for terms and conditions.
10+
11+ U.S. Government Users Restricted Rights: Use, duplication or disclosure
12+ restricted by GSA ADP Schedule Contract with IBM Corp.
13+
14+ ----------------------------------------------------------------------------------------------
15+
16+ Description:
17+ Module with influx client. Contains all functionality arround sending and accessing influx database.
218
319Classes:
420 InfluxClient
Original file line number Diff line number Diff line change 1- """Provides all query structues used for the influxdb.
1+ """
2+ ----------------------------------------------------------------------------------------------
3+ (c) Copyright IBM Corporation 2020, 2021. All Rights Reserved.
4+
5+ IBM Spectrum Protect Family Software
6+
7+ Licensed materials provided under the terms of the IBM International Program
8+ License Agreement. See the Software licensing materials that came with the
9+ IBM Program for terms and conditions.
10+
11+ U.S. Government Users Restricted Rights: Use, duplication or disclosure
12+ restricted by GSA ADP Schedule Contract with IBM Corp.
13+
14+ ----------------------------------------------------------------------------------------------
15+
16+ Description:
17+ Provides all query structues used for the influxdb.
218
319Classes:
420 Keyword
Original file line number Diff line number Diff line change 1- """Module which contains lots of snippets to access the rest API. You may add new queries here.
1+ """
2+ ----------------------------------------------------------------------------------------------
3+ (c) Copyright IBM Corporation 2020, 2021. All Rights Reserved.
4+
5+ IBM Spectrum Protect Family Software
6+
7+ Licensed materials provided under the terms of the IBM International Program
8+ License Agreement. See the Software licensing materials that came with the
9+ IBM Program for terms and conditions.
10+
11+ U.S. Government Users Restricted Rights: Use, duplication or disclosure
12+ restricted by GSA ADP Schedule Contract with IBM Corp.
13+
14+ ----------------------------------------------------------------------------------------------
15+
16+ Description:
17+ Module which contains lots of snippets to access the rest API. You may add new queries here.
218
319Classes:
420 ApiQueries
Original file line number Diff line number Diff line change 1- """This module provides the rest client which allows a connection to the REST-API of the SPP-Server.
1+ """
2+ ----------------------------------------------------------------------------------------------
3+ (c) Copyright IBM Corporation 2020, 2021. All Rights Reserved.
4+
5+ IBM Spectrum Protect Family Software
6+
7+ Licensed materials provided under the terms of the IBM International Program
8+ License Agreement. See the Software licensing materials that came with the
9+ IBM Program for terms and conditions.
10+
11+ U.S. Government Users Restricted Rights: Use, duplication or disclosure
12+ restricted by GSA ADP Schedule Contract with IBM Corp.
13+
14+ ----------------------------------------------------------------------------------------------
15+
16+ Description:
17+ This module provides the rest client which allows a connection to the REST-API of the SPP-Server.
218
319Classes:
420 RestClient
Original file line number Diff line number Diff line change 1- """This modules provides anything needed to query data via ssh.
1+ """
2+ ----------------------------------------------------------------------------------------------
3+ (c) Copyright IBM Corporation 2020, 2021. All Rights Reserved.
4+
5+ IBM Spectrum Protect Family Software
6+
7+ Licensed materials provided under the terms of the IBM International Program
8+ License Agreement. See the Software licensing materials that came with the
9+ IBM Program for terms and conditions.
10+
11+ U.S. Government Users Restricted Rights: Use, duplication or disclosure
12+ restricted by GSA ADP Schedule Contract with IBM Corp.
13+
14+ ----------------------------------------------------------------------------------------------
15+
16+ Description:
17+ This modules provides anything needed to query data via ssh.
218
319Classes:
420 SshTypes
Original file line number Diff line number Diff line change 11"""
2- (C) IBM Corporation 2020
2+ ----------------------------------------------------------------------------------------------
3+ (c) Copyright IBM Corporation 2020, 2021. All Rights Reserved.
4+
5+ IBM Spectrum Protect Family Software
6+
7+ Licensed materials provided under the terms of the IBM International Program
8+ License Agreement. See the Software licensing materials that came with the
9+ IBM Program for terms and conditions.
10+
11+ U.S. Government Users Restricted Rights: Use, duplication or disclosure
12+ restricted by GSA ADP Schedule Contract with IBM Corp.
13+
14+ ----------------------------------------------------------------------------------------------
315
416Description:
517 Monitoring and long-term reporting for IBM Spectrum Protect Plus.
Original file line number Diff line number Diff line change 1- """This Module provides all functionality arround executed jobs.
2- You may implement new job methods in here.
1+ """
2+ ----------------------------------------------------------------------------------------------
3+ (c) Copyright IBM Corporation 2020, 2021. All Rights Reserved.
4+
5+ IBM Spectrum Protect Family Software
6+
7+ Licensed materials provided under the terms of the IBM International Program
8+ License Agreement. See the Software licensing materials that came with the
9+ IBM Program for terms and conditions.
10+
11+ U.S. Government Users Restricted Rights: Use, duplication or disclosure
12+ restricted by GSA ADP Schedule Contract with IBM Corp.
13+
14+ ----------------------------------------------------------------------------------------------
15+
16+ Description:
17+ This Module provides all functionality arround executed jobs.
18+ You may implement new job methods in here.
319
420Classes:
521 JobMethods
Original file line number Diff line number Diff line change 1- """This Module provides other themed features.
2- You may implement new methods here if they do not fit anywhere else
1+ """
2+ ----------------------------------------------------------------------------------------------
3+ (c) Copyright IBM Corporation 2020, 2021. All Rights Reserved.
4+
5+ IBM Spectrum Protect Family Software
6+
7+ Licensed materials provided under the terms of the IBM International Program
8+ License Agreement. See the Software licensing materials that came with the
9+ IBM Program for terms and conditions.
10+
11+ U.S. Government Users Restricted Rights: Use, duplication or disclosure
12+ restricted by GSA ADP Schedule Contract with IBM Corp.
13+
14+ ----------------------------------------------------------------------------------------------
15+
16+ Description:
17+ This Module provides other themed features.
18+ You may implement new methods here if they do not fit anywhere else
319
420Classes:
521 OtherMethods
You can’t perform that action at this time.
0 commit comments