| Package | Description |
|---|---|
| net.minidev.ovh.api |
| Modifier and Type | Method and Description |
|---|---|
OvhMitigationProfile |
ApiOvhIp.ip_mitigationProfiles_ipMitigationProfile_GET(String ip,
String ipMitigationProfile)
Get this object properties
REST: GET /ip/{ip}/mitigationProfiles/{ipMitigationProfile}
|
OvhMitigationProfile |
ApiOvhIp.ip_mitigationProfiles_POST(String ip,
String ipMitigationProfile,
OvhMitigationProfileAutoMitigationTimeOutEnum autoMitigationTimeOut)
Create new profile for one of your ip
REST: POST /ip/{ip}/mitigationProfiles
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiOvhIp.ip_mitigationProfiles_ipMitigationProfile_PUT(String ip,
String ipMitigationProfile,
OvhMitigationProfile body)
Alter this object properties
REST: PUT /ip/{ip}/mitigationProfiles/{ipMitigationProfile}
|
Copyright © 2018. All rights reserved.