serviceactivity / Client / describe_event_calendar

describe_event_calendar

serviceactivity.Client.describe_event_calendar(**kwargs)

ニフクラのサービス稼働に関するイベントをカレンダー形式で取得します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.describe_event_calendar(
    Mode='user'|'all',
    YearMonth='string'
)
Parameters:
  • Mode (string) –

  • YearMonth (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'Data': {
        'Calendar': [
            {
                'CancelMaintenance': 'string',
                'CompletedMaintenance': 'string',
                'Day': 'string',
                'DayOfWeek': 'string',
                'Information': 'string',
                'Maintenance': 'string',
                'NoTroubleImpact': 'string',
                'RecoveredTrouble': 'string',
                'Trouble': 'string'
            },
        ],
        'Mode': 'string',
        'TargetDate': 'string'
    },
    'Datetime': 'string',
    'RequestID': 'string'
}

Response Structure

  • (dict) –

    • Data (dict) –

      • Calendar (list) –

        • (dict) –

          • CancelMaintenance (string) –

          • CompletedMaintenance (string) –

          • Day (string) –

          • DayOfWeek (string) –

          • Information (string) –

          • Maintenance (string) –

          • NoTroubleImpact (string) –

          • RecoveredTrouble (string) –

          • Trouble (string) –

      • Mode (string) –

      • TargetDate (string) –

    • Datetime (string) –

    • RequestID (string) –