Update FTP Account
Parameters | Description | Type | Required |
---|---|---|---|
organization_uuid | The created organization in Medianova Cloud Panel unit ID value. | String | Yes |
name | FTP Adaress name. | String | Yes |
path | FTP created subfolder name. | Boolean | Yes |
password | FTP Accounts password information. Password should be related to special characters and upper and lower case letters. | String | Yes |
bucket_uuid | The created stook bucket unit ID value | String | Yes |
is_readonly | FTP Accounts is the view of read only mode. | Boolean | Yes |
wrap_rules | It contains the allow and deny IP list. | Array | Yes |
wrap_rules.type | It takes the values "deny" and "allow". | String | Yes |
wrap_rules.rule | More than one IP information can be entered. | Array | Yes |
login_allowed | FTP Accounts active or passive. | Boolean | Yes |
count |
Payload
{
"status": true,
"data": {
"uuid": "****-****-****-*****",
"bucket_uuid": "****-****-****-*****",
"name": "ftp-test_hidden",
"path": "test-bucket-x/subfolder2",
"login_allowed": true,
"count": 0,
"is_readonly": false,
"wrap_rules": [
{
"type": "deny",
"rule": [
"1.2.3.4"
]
}
]
}
}