getSoftwareConfig

Obtain information on configuration of software provided by EMR service.

Parameters: None

Return: GetSoftwareConfigResponse

  • software: list<ApplicationSuite>. Software configuration information. ApplicationSuite is as follows:
    • name: String. Application suite name.
    • name: String. Application suite version.
    • coreApplications: list<ApplicaitonInfo>. Core package configuration information. Must be installed for these packages. ApplicationInfo structure is as follows:
      • name: String.
      • version: String.
    • auxApplications: list<ApplicaitonInfo>. Other package configuration information, can be selectively installed by the user.

Errors

  • Internal server error
  • Parameter error
  • Insufficient permissions