public class ApiOvhDbaastimeseries extends ApiOvhBase
core| Constructor and Description |
|---|
ApiOvhDbaastimeseries(ApiOvhCore core) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
GET()
List available services
REST: GET /dbaas/timeseries
|
ArrayList<OvhRegion> |
region_GET()
Get available regions
REST: GET /dbaas/timeseries/region
|
ArrayList<Long> |
serviceName_changeContact_POST(String serviceName,
String contactAdmin,
String contactTech,
String contactBilling)
Launch a contact change procedure
REST: POST /dbaas/timeseries/{serviceName}/changeContact
|
ArrayList<OvhConsumption> |
serviceName_consumption_GET(String serviceName)
Get consumption
REST: GET /dbaas/timeseries/{serviceName}/consumption
|
OvhProject |
serviceName_GET(String serviceName)
Get this object properties
REST: GET /dbaas/timeseries/{serviceName}
|
ArrayList<OvhKey> |
serviceName_key_GET(String serviceName)
Deprecated.
|
Boolean |
serviceName_key_keyId_DELETE(String serviceName,
String keyId)
Deprecated.
|
OvhKey |
serviceName_key_keyId_GET(String serviceName,
String keyId)
Deprecated.
|
OvhKey |
serviceName_key_keyId_PUT(String serviceName,
String keyId,
String description,
OvhPermissionEnum[] permissions,
OvhTag[] tags)
Deprecated.
|
OvhKey |
serviceName_key_POST(String serviceName,
String description,
String[] permissions,
OvhTag[] tags)
Deprecated.
|
void |
serviceName_PUT(String serviceName,
OvhProject body)
Alter this object properties
REST: PUT /dbaas/timeseries/{serviceName}
|
ArrayList<OvhQuota> |
serviceName_quota_GET(String serviceName)
Get quotas
REST: GET /dbaas/timeseries/{serviceName}/quota
|
OvhService |
serviceName_serviceInfos_GET(String serviceName)
Get this object properties
REST: GET /dbaas/timeseries/{serviceName}/serviceInfos
|
void |
serviceName_serviceInfos_PUT(String serviceName,
OvhService body)
Alter this object properties
REST: PUT /dbaas/timeseries/{serviceName}/serviceInfos
|
OvhProject |
serviceName_setup_POST(String serviceName,
String displayName,
String description,
String regionId,
String raTokenId,
String raTokenKey)
Setup a project
REST: POST /dbaas/timeseries/{serviceName}/setup
|
ArrayList<OvhOpenTSDBToken> |
serviceName_token_opentsdb_GET(String serviceName)
Get OpenTSDB tokens
REST: GET /dbaas/timeseries/{serviceName}/token/opentsdb
|
OvhOpenTSDBToken |
serviceName_token_opentsdb_POST(String serviceName,
String description,
String permission,
OvhTag[] tags)
Create a OpenTSDB token
REST: POST /dbaas/timeseries/{serviceName}/token/opentsdb
|
Boolean |
serviceName_token_opentsdb_tokenId_DELETE(String serviceName,
String tokenId)
Delete an OpenTSDB token
REST: DELETE /dbaas/timeseries/{serviceName}/token/opentsdb/{tokenId}
|
OvhOpenTSDBToken |
serviceName_token_opentsdb_tokenId_GET(String serviceName,
String tokenId)
Get a OpenTSDB token
REST: GET /dbaas/timeseries/{serviceName}/token/opentsdb/{tokenId}
|
public ApiOvhDbaastimeseries(ApiOvhCore core)
public ArrayList<OvhQuota> serviceName_quota_GET(String serviceName) throws IOException
serviceName - [required] Service NameIOExceptionpublic OvhService serviceName_serviceInfos_GET(String serviceName) throws IOException
serviceName - [required] The internal name of your timeseries projectIOExceptionpublic void serviceName_serviceInfos_PUT(String serviceName, OvhService body) throws IOException
body - [required] New object propertiesserviceName - [required] The internal name of your timeseries projectIOExceptionpublic OvhProject serviceName_GET(String serviceName) throws IOException
serviceName - [required] The internal name of your timeseries projectIOExceptionpublic void serviceName_PUT(String serviceName, OvhProject body) throws IOException
body - [required] New object propertiesserviceName - [required] The internal name of your timeseries projectIOExceptionpublic ArrayList<OvhKey> serviceName_key_GET(String serviceName) throws IOException
serviceName - [required] Service NameIOExceptionpublic OvhKey serviceName_key_POST(String serviceName, String description, String[] permissions, OvhTag[] tags) throws IOException
serviceName - [required] Service Namedescription - [required] Descriptionpermissions - [required] Permissions for this tokentags - [required] Descriptive tagsIOExceptionpublic OvhKey serviceName_key_keyId_GET(String serviceName, String keyId) throws IOException
serviceName - [required] Service NamekeyId - [required] Key idIOExceptionpublic OvhKey serviceName_key_keyId_PUT(String serviceName, String keyId, String description, OvhPermissionEnum[] permissions, OvhTag[] tags) throws IOException
serviceName - [required] Service NamekeyId - [required] Key iddescription - [required] Descriptionpermissions - [required] Permissions associated to this keytags - [required] Descriptive tagsIOExceptionpublic Boolean serviceName_key_keyId_DELETE(String serviceName, String keyId) throws IOException
serviceName - [required] Service NamekeyId - [required] Key idIOExceptionpublic ArrayList<Long> serviceName_changeContact_POST(String serviceName, String contactAdmin, String contactTech, String contactBilling) throws IOException
contactAdmin - The contact to set as admin contactcontactTech - The contact to set as tech contactcontactBilling - The contact to set as billing contactserviceName - [required] The internal name of your timeseries projectIOExceptionpublic OvhProject serviceName_setup_POST(String serviceName, String displayName, String description, String regionId, String raTokenId, String raTokenKey) throws IOException
serviceName - [required] Service NamedisplayName - [required] Project namedescription - [required] Project descriptionregionId - [required] Region to useraTokenId - [required] Your runabove app token idraTokenKey - [required] Your runabove app token keyIOExceptionpublic ArrayList<OvhConsumption> serviceName_consumption_GET(String serviceName) throws IOException
serviceName - [required] Service NameIOExceptionpublic ArrayList<OvhOpenTSDBToken> serviceName_token_opentsdb_GET(String serviceName) throws IOException
serviceName - [required] Service Name
API betaIOExceptionpublic OvhOpenTSDBToken serviceName_token_opentsdb_POST(String serviceName, String description, String permission, OvhTag[] tags) throws IOException
serviceName - [required] Service Namedescription - [required] Token descriptionpermission - [required] Permissiontags - [required] Tags to apply
API betaIOExceptionpublic OvhOpenTSDBToken serviceName_token_opentsdb_tokenId_GET(String serviceName, String tokenId) throws IOException
serviceName - [required] Service NametokenId - [required] token id
API betaIOExceptionpublic Boolean serviceName_token_opentsdb_tokenId_DELETE(String serviceName, String tokenId) throws IOException
serviceName - [required] Service NametokenId - [required] token id
API betaIOExceptionpublic ArrayList<String> GET() throws IOException
IOExceptionpublic ArrayList<OvhRegion> region_GET() throws IOException
IOExceptionCopyright © 2018. All rights reserved.