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
|
@ -128,13 +128,13 @@ msg:
|
|||
description:
|
||||
- A user-readable description of the actions performed.
|
||||
returned: on success
|
||||
type: string
|
||||
type: str
|
||||
sample: The host has been created.
|
||||
id:
|
||||
description:
|
||||
- the unique identifier of the host on the E-Series storage-system
|
||||
returned: on success when state=present
|
||||
type: string
|
||||
type: str
|
||||
sample: 00000000600A098000AAC0C3003004700AD86A52
|
||||
version_added: "2.6"
|
||||
|
||||
|
@ -142,7 +142,7 @@ ssid:
|
|||
description:
|
||||
- the unique identifer of the E-Series storage-system with the current api
|
||||
returned: on success
|
||||
type: string
|
||||
type: str
|
||||
sample: 1
|
||||
version_added: "2.6"
|
||||
|
||||
|
@ -150,7 +150,7 @@ api_url:
|
|||
description:
|
||||
- the url of the API that this request was proccessed by
|
||||
returned: on success
|
||||
type: string
|
||||
type: str
|
||||
sample: https://webservices.example.com:8443
|
||||
version_added: "2.6"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue