rdb / Client / describe_db_parameters

describe_db_parameters

rdb.Client.describe_db_parameters(**kwargs)

DBパラメーターグループからパラメーターの情報を取得します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.describe_db_parameters(
    DBParameterGroupName='string',
    Marker='string',
    MaxRecords=123,
    Source='user'|'system'|'engine-default'
)
Parameters:
  • DBParameterGroupName (string) – [REQUIRED]

  • Marker (string) –

  • MaxRecords (integer) –

  • Source (string) –

Return type:

dict

Returns:

Response Syntax

{
    'Marker': 'string',
    'Parameters': [
        {
            'AllowedValues': 'string',
            'ApplyMethod': 'string',
            'ApplyType': 'string',
            'DataType': 'string',
            'Description': 'string',
            'IsModifiable': True|False,
            'MinimumEngineVersion': 'string',
            'ParameterName': 'string',
            'ParameterValue': 'string',
            'Source': 'string'
        },
    ],
    'ResponseMetadata': {
        'RequestId': 'string'
    }
}

Response Structure

  • (dict) –

    • Marker (string) –

    • Parameters (list) –

      • (dict) –

        • AllowedValues (string) –

        • ApplyMethod (string) –

        • ApplyType (string) –

        • DataType (string) –

        • Description (string) –

        • IsModifiable (boolean) –

        • MinimumEngineVersion (string) –

        • ParameterName (string) –

        • ParameterValue (string) –

        • Source (string) –

    • ResponseMetadata (dict) –

      • RequestId (string) –