irTwit
Dabbler
- Joined
- Aug 18, 2014
- Messages
- 48
I have been unable to get the GET Replications API request to return a replication task list on 11.3-U1. This was not an issued on 11.2.
Task:
Task:
Code:
import requests
r = requests.get(
'http://freenas/api/v1.0/storage/replication/',
auth=('root', 'aaa'),
headers={'Content-Type': 'application/json'}
)
print(r.status_code)
print(r.text)
Result:
200
[]
Last edited: