OBJECT

SapHanaDatabaseInfoObject

Description

Additional information about backint and database configuration.

link GraphQL Schema definition

  • type SapHanaDatabaseInfoObject {
  • # Database type (SYSTEM / TENANT).
  • databaseType: String!
  • # Database status.
  • status: String!
  • # Path to the backint agent.
  • backintPath: String!
  • # Path to the parameter File for the database.
  • paramFilePath: String!
  • # Number of channels that the backint agent is using.
  • numChannels: Int!
  • # Approximate size of the database in Megabytes.
  • approxDbSizeInMb: Long!
  • # Time interval in seconds in which the log backup will be triggered.
  • logBackupIntervalSecs: Int!
  • # CDM ID of the database from which system-copy has been configured.
  • restoreConfiguredSrcDatabaseId: String!
  • # SAP HANA log mode (overwrite / normal).
  • logMode: String!
  • }