ciena.mdso.resource_types_by_resourcetypeid_products (1.1.6) — module

Handle resource of type resource_types_by_resourcetypeid_products

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

Authors: unknown

Install collection

Install with ansible-galaxy collection install ciena.mdso:==1.1.6


Add to requirements.yml

  collections:
    - name: ciena.mdso
      version: 1.1.6

Description

Handle resource of type resource_types_by_resourcetypeid_products


Requirements

Inputs

    
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

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

resourceTypeId:
    description:
    - Products are filtered to those that are of this resource type
    - Required with I(state=['get', 'head'])
    - Used by I(state=['get', 'head'])
    type: str

includeInactive:
    description:
    - If false, returns only products that are actively offered; if true, returns all
      products
    - Used by I(state=['get', 'head'])
    type: bool