mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -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
|
@ -249,13 +249,13 @@ nitro_errorcode:
|
|||
nitro_message:
|
||||
description: A string containing a human readable explanation for the NITRO operation result.
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: Success
|
||||
|
||||
nitro_severity:
|
||||
description: A string describing the severity of the NITRO operation error or NONE.
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: NONE
|
||||
|
||||
http_response_data:
|
||||
|
@ -267,7 +267,7 @@ http_response_data:
|
|||
http_response_body:
|
||||
description: A string with the actual HTTP response body content if existent. If there is no HTTP response body it is an empty string.
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: "{ errorcode: 0, message: Done, severity: NONE }"
|
||||
|
||||
nitro_object:
|
||||
|
@ -287,7 +287,7 @@ nitro_object:
|
|||
nitro_auth_token:
|
||||
description: The token returned by the C(mas_login) operation when succesful.
|
||||
returned: when applicable
|
||||
type: string
|
||||
type: str
|
||||
sample: "##E8D7D74DDBD907EE579E8BB8FF4529655F22227C1C82A34BFC93C9539D66"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue