ciena.mcp.configmgmt_api_v1_schedules_by_scheduleid (1.0.4) — module

Handle resource of type configmgmt_api_v1_schedules_by_scheduleid

| "added in version" 1.0.0 of ciena.mcp"

Authors: unknown

Install collection

Install with ansible-galaxy collection install ciena.mcp:==1.0.4


Add to requirements.yml

  collections:
    - name: ciena.mcp
      version: 1.0.4

Description

Handle resource of type configmgmt_api_v1_schedules_by_scheduleid


Requirements

Inputs

    
id:
    description:
    - Used by I(state=['put'])
    type: str

name:
    description:
    - Used by I(state=['put'])
    type: str

type:
    description:
    - Used by I(state=['put'])
    type: str

state:
    choices:
    - delete
    - put
    description: []
    type: str

scheduleId:
    description:
    - Update schedule associated with given scheduleId
    - Required with I(state=['delete', 'put'])
    - Used by I(state=['delete', 'put'])
    type: str

numberOfNEs:
    description:
    - Used by I(state=['put'])
    type: int

configMgmtJobId:
    description:
    - Used by I(state=['put'])
    type: str

scheduleDetails:
    description:
    - 'Validate attributes are:'
    - ' - C(scheduleFrequency) (str): '
    - ' - C(scheduleTime) (str): '
    - ' - C(scheduleWeeklyDays) (dict): '
    - Used by I(state=['put'])
    type: dict

lastExecutionTime:
    description:
    - Used by I(state=['put'])
    type: str

nextExecutionTime:
    description:
    - Used by I(state=['put'])
    type: str

additionalAttributes:
    description:
    - Used by I(state=['put'])
    type: dict