mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -68,12 +68,12 @@ exo_dns_domain:
|
|||
created_at:
|
||||
description: When the domain was created
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "2016-08-12T15:24:23.989Z"
|
||||
expires_on:
|
||||
description: When the domain expires
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "2016-08-12T15:24:23.989Z"
|
||||
id:
|
||||
description: ID of the domain
|
||||
|
@ -88,7 +88,7 @@ exo_dns_domain:
|
|||
name:
|
||||
description: Domain name
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: example.com
|
||||
record_count:
|
||||
description: Number of records related to this domain
|
||||
|
@ -108,22 +108,22 @@ exo_dns_domain:
|
|||
state:
|
||||
description: State of the domain
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "hosted"
|
||||
token:
|
||||
description: Token
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "r4NzTRp6opIeFKfaFYvOd6MlhGyD07jl"
|
||||
unicode_name:
|
||||
description: Domain name as unicode
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "example.com"
|
||||
updated_at:
|
||||
description: When the domain was updated last.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "2016-08-12T15:24:23.989Z"
|
||||
user_id:
|
||||
description: ID of the user
|
||||
|
|
|
@ -131,17 +131,17 @@ exo_dns_record:
|
|||
content:
|
||||
description: value of the record
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 1.2.3.4
|
||||
created_at:
|
||||
description: When the record was created
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "2016-08-12T15:24:23.989Z"
|
||||
domain:
|
||||
description: Name of the domain
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: example.com
|
||||
domain_id:
|
||||
description: ID of the domain
|
||||
|
@ -156,7 +156,7 @@ exo_dns_record:
|
|||
name:
|
||||
description: name of the record
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: www
|
||||
parent_id:
|
||||
description: ID of the parent
|
||||
|
@ -171,7 +171,7 @@ exo_dns_record:
|
|||
record_type:
|
||||
description: Priority of the record
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: A
|
||||
system_record:
|
||||
description: Whether the record is a system record or not
|
||||
|
@ -186,7 +186,7 @@ exo_dns_record:
|
|||
updated_at:
|
||||
description: When the record was updated
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "2016-08-12T15:24:23.989Z"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue