ciena.mcp.resources_by_resourceid_dependencies (1.0.4) — module

Handle resource of type resources_by_resourceid_dependencies

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


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

tags:
    description:
    - Optional query parameter to define a tag filter using tagKey:tagValue 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

domainId:
    description:
    - Optional query to limit resources by domain
    - Used by I(state=['get', 'head'])
    type: str

obfuscate:
    description:
    - If true, schema obfuscated values will be replaced with a fixed string in the response.
    - Used by I(state=['get', 'head'])
    type: bool

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

productId:
    description:
    - Optional query to limit resources by product type
    - Used by I(state=['get', 'head'])
    type: str

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

resourceId:
    description:
    - Identifies the resource for which dependency resources are searched
    - Required with I(state=['get', 'head'])
    - Used by I(state=['get', 'head'])
    type: str

exactTypeId:
    description:
    - Optional query to limit resources by one or more exact resource types (takes precedence
      over resourceTypeId). Use comma-separated string to specify multiple resource types.
    - Used by I(state=['get', 'head'])
    type: str

subDomainId:
    description:
    - Optional query to limit resources by one or more subdomain ids. Use a comma-separated
      string to specify multiple subdomain ids.
    - Used by I(state=['get', 'head'])
    type: str

resourceTypeId:
    description:
    - Optional query to limit resources by one or more resource types. Use a comma-separated
      string to specify multiple resource types.
    - Used by I(state=['get', 'head'])
    type: str

applicationSliceId:
    description:
    - Optional query to limit resources by the application slice id.
    - Used by I(state=['get', 'head'])
    type: str

resourceProviderId:
    description:
    - Optional query to limit resources by resource provider
    - Used by I(state=['get', 'head'])
    type: str