ciena.mdso.resources_audit (1.1.6) — module

Handle resource of type resources_audit

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


Requirements

Inputs

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

q:
    description:
    - Optional query parameter to define a query filter using property:value syntax
    - Used by I(state=['post'])
    type: str

tags:
    description:
    - Optional query parameter to define a tag filter using tagKey:tagValue syntax
    - Used by I(state=['post'])
    type: str

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

domainId:
    description:
    - Identifier of the domain whose resources should be audited
    - Used by I(state=['post'])
    type: str

productId:
    description:
    - Identifier of the product whose resources should be audited
    - Used by I(state=['post'])
    type: str

exactTypeId:
    description:
    - Option to limit the audit to one or more resource types specified (takes precedence
      over resourceTypeId). Use a comma-separated string to specify multiple resource
      types.
    - Used by I(state=['post'])
    type: str

resourceTypeId:
    description:
    - Option to limit the audit to one or more resource types specified and their derived
      types. Use a comma-separated string to specify multiple resource types.
    - Used by I(state=['post'])
    type: str

resourceProviderId:
    description:
    - Identifier of the provider whose resources should be audited
    - Used by I(state=['post'])
    type: str