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
|
@ -58,32 +58,32 @@ memset_api:
|
|||
bytes_out:
|
||||
description: Outbound CDN bandwidth for the last 24 hours in bytes
|
||||
returned: always
|
||||
type: integer
|
||||
type: int
|
||||
sample: 1000
|
||||
requests:
|
||||
description: Number of requests in the last 24 hours
|
||||
returned: always
|
||||
type: integer
|
||||
type: int
|
||||
sample: 10
|
||||
bytes_in:
|
||||
description: Inbound CDN bandwidth for the last 24 hours in bytes
|
||||
returned: always
|
||||
type: integer
|
||||
type: int
|
||||
sample: 1000
|
||||
containers:
|
||||
description: Number of containers
|
||||
returned: always
|
||||
type: integer
|
||||
type: int
|
||||
sample: 10
|
||||
bytes:
|
||||
description: Space used in bytes
|
||||
returned: always
|
||||
type: integer
|
||||
type: int
|
||||
sample: 3860997965
|
||||
objs:
|
||||
description: Number of objects
|
||||
returned: always
|
||||
type: integer
|
||||
type: int
|
||||
sample: 1000
|
||||
bandwidth:
|
||||
description: Dictionary of CDN bandwidth facts
|
||||
|
@ -93,17 +93,17 @@ memset_api:
|
|||
bytes_out:
|
||||
description: Outbound bandwidth for the last 24 hours in bytes
|
||||
returned: always
|
||||
type: integer
|
||||
type: int
|
||||
sample: 1000
|
||||
requests:
|
||||
description: Number of requests in the last 24 hours
|
||||
returned: always
|
||||
type: integer
|
||||
type: int
|
||||
sample: 10
|
||||
bytes_in:
|
||||
description: Inbound bandwidth for the last 24 hours in bytes
|
||||
returned: always
|
||||
type: integer
|
||||
type: int
|
||||
sample: 1000
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue