getEMRBasicConfig

Obtain software provided by the EMR service, information on configuration of instance model.

Parameters: None

Return: GetEMRBasiceConfigResponse

  • hardware: list<InstanceTypeInfo>. Information on configuration of instance model. InstacenTypeInfo is as follows:
    • name: String. Model name.
    • cpu: int. Number of CPU cores.
    • ram: int. Physical memory size.
    • disk: int. Disk size.
  • 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