ciena.mcp.resources_by_resourceid_history (1.0.4) — module

Handle resource of type resources_by_resourceid_history

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


Requirements

Inputs

    
after:
    description:
    - Consider create/delete event since this time only
    - Used by I(state=['get', 'head'])
    type: str

limit:
    description:
    - The maximum number of elements to return in a single paged request
    - Used by I(state=['get', 'head'])
    type: int

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

before:
    description:
    - Consider create/delete event before this time only
    - Used by I(state=['get', 'head'])
    type: str

offset:
    description:
    - Requested offset within the total result set to be the first element in the paged
      response
    - Used by I(state=['get', 'head'])
    type: int

pageToken:
    description:
    - String pagination token returned from a previous query that encodes query information
      in order to optimize a
    - subsequent request for a page of results. The token includes the limit and offset
      parameters for the next page, but one or
    - both can be included to override the encoded values
    - Used by I(state=['get', 'head'])
    type: str

resourceId:
    description:
    - Identifier of the resource whose history will be queried
    - Required with I(state=['get', 'head'])
    - Used by I(state=['get', 'head'])
    type: str