ciena.mcp.sub_domains_by_subdomainid_containers (1.0.4) — module

Handle resource of type sub_domains_by_subdomainid_containers

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


Requirements

Inputs

    
p:
    description:
    - Optional query parameter to define a partial string match filter using property:value
      syntax
    - Used by I(state=['get', 'head'])
    type: str

q:
    description:
    - Optional query parameter to define a query filter using property:value syntax
    - 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

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

recursive:
    description:
    - If true, returns indirect container subdomains as well, i.e., container of the container,
      etc.
    - Used by I(state=['get', 'head'])
    type: bool

subDomainId:
    description:
    - Identifies the subdomain whose container subdomains are to be listed
    - Required with I(state=['get', 'head'])
    - Used by I(state=['get', 'head'])
    type: str