mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Adds bigip_file_copy module (#48770)
This module can be used to copy files to specific datastores on a bigip
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"kind": "tm:sys:file:external-monitor:external-monitorstate",
|
||||
"name": "arg_example",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/arg_example",
|
||||
"generation": 1,
|
||||
"selfLink": "https://localhost/mgmt/tm/sys/file/external-monitor/~Common~arg_example?ver=13.1.0.8",
|
||||
"checksum": "SHA1:3159:0c78e6641632e47d11802b29cfd119d2233cb80a",
|
||||
"createTime": "2018-06-16T06:49:11Z",
|
||||
"createdBy": "root",
|
||||
"lastUpdateTime": "2018-06-16T06:49:11Z",
|
||||
"mode": 33261,
|
||||
"revision": 1,
|
||||
"size": 3159,
|
||||
"systemPath": "/config/monitors/arg_example",
|
||||
"updatedBy": "root"
|
||||
}
|
||||
Reference in New Issue
Block a user