ciena.mcp.configmgmt_api_v1_schedules (1.0.4) — module

Handle resource of type configmgmt_api_v1_schedules

| "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


Requirements

Inputs

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

name:
    description:
    - List of schedule names
    - Used by I(state=['get', 'post'])
    type: str

type:
    description:
    - List of schedule types
    - Used by I(state=['get', 'post'])
    type: str

limit:
    description:
    - The size of a returned page
    - Used by I(state=['get'])
    type: str

state:
    choices:
    - get
    - post
    description: []
    type: str

friday:
    description:
    - Friday, Allowed values ON or OFF
    - Used by I(state=['get'])
    type: str

monday:
    description:
    - Monday, Allowed values ON or OFF
    - Used by I(state=['get'])
    type: str

offset:
    description:
    - (Optional) Offset for current index of data to return
    - Used by I(state=['get'])
    type: str

sortBy:
    description:
    - (Optional) List of comma separated fields by which to sort the result. A dash or
      negative sign before a field indicates descending order; by default ascending order
      is used
    - Used by I(state=['get'])
    type: str

sunday:
    description:
    - Sunday, Allowed values ON or OFF
    - Used by I(state=['get'])
    type: str

tuesday:
    description:
    - Tuesday, Allowed values ON or OFF
    - Used by I(state=['get'])
    type: str

saturday:
    description:
    - Saturdy, Allowed values ON or OFF
    - Used by I(state=['get'])
    type: str

thursday:
    description:
    - Thursday, Allowed values ON or OFF
    - Used by I(state=['get'])
    type: str

weekDays:
    description:
    - List of Schedule weekdays
    - Used by I(state=['get'])
    type: str

frequency:
    description:
    - List of schedule frequencies, Allowed values ONCE, DAILY, WEEKLY, MONTHLY
    - Used by I(state=['get'])
    type: str

typeGroup:
    description:
    - List of typeGroups
    - Used by I(state=['get'])
    type: str

wednesday:
    description:
    - Wednesday, Allowed values ON or OFF
    - Used by I(state=['get'])
    type: str

scheduleId:
    description:
    - List of schedule Ids
    - Used by I(state=['get'])
    type: str

searchText:
    description:
    - (Optional) The searchable text
    - Used by I(state=['get'])
    type: str

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

profileName:
    description:
    - List of profile names
    - Used by I(state=['get'])
    type: str

searchFields:
    description:
    - (Optional) List of comma separated fields to search on. If none are specified, all
      supported fields are implied.
    - Used by I(state=['get'])
    type: str

releaseNumber:
    description:
    - List of releaseNumbers
    - Used by I(state=['get'])
    type: str

metaDataFields:
    description:
    - '(Optional) List of meta data to be included. The allowed values are: type, frequency,
      state, weekDays'
    - Used by I(state=['get'])
    type: str

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

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

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

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

toNextOperationTime:
    description:
    - (Optional) Time of next operation on Network Construct
    - Used by I(state=['get'])
    type: str

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

fromNextOperationTime:
    description:
    - (Optional) Time of next operation on Network Construct
    - Used by I(state=['get'])
    type: str

resourcePartitionInfo:
    description:
    - (Optional) Resource partition info
    - Used by I(state=['get'])
    type: str

toRecentOperationTime:
    description:
    - (Optional) Time of recent operation on Network Construct
    - Used by I(state=['get'])
    type: str

fromRecentOperationTime:
    description:
    - (Optional) Time of recent operation on Network Construct
    - Used by I(state=['get'])
    type: str