- secret - Variable in class net.minidev.ovh.api.dbaas.queue.OvhKeyWithSecret
-
Key secret
canBeNull && readOnly
- serviceId - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly
- serviceName_changeContact_POST(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Launch a contact change procedure
REST: POST /dbaas/queue/{serviceName}/changeContact
- serviceName_configure_POST(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Configure an application
REST: POST /dbaas/queue/{serviceName}/configure
- serviceName_GET(String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Get an application
REST: GET /dbaas/queue/{serviceName}
- serviceName_key_GET(String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
List all keys of the application
REST: GET /dbaas/queue/{serviceName}/key
- serviceName_key_keyId_changeSecret_POST(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Generate a new key secret
REST: POST /dbaas/queue/{serviceName}/key/{keyId}/changeSecret
- serviceName_key_keyId_DELETE(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Delete a key
REST: DELETE /dbaas/queue/{serviceName}/key/{keyId}
- serviceName_key_keyId_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Get a key
REST: GET /dbaas/queue/{serviceName}/key/{keyId}
- serviceName_key_keyId_PUT(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Update a key name
REST: PUT /dbaas/queue/{serviceName}/key/{keyId}
- serviceName_key_POST(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Create a key
REST: POST /dbaas/queue/{serviceName}/key
- serviceName_metrics_account_GET(String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Get metrics account
REST: GET /dbaas/queue/{serviceName}/metrics/account
- serviceName_PUT(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Update an application
REST: PUT /dbaas/queue/{serviceName}
- serviceName_region_GET(String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
List all regions ID
REST: GET /dbaas/queue/{serviceName}/region
- serviceName_region_regionId_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Get one region
REST: GET /dbaas/queue/{serviceName}/region/{regionId}
- serviceName_role_GET(String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
List all roles of the application
REST: GET /dbaas/queue/{serviceName}/role
- serviceName_role_POST(String, String, String[], String[], Boolean) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Create a role
REST: POST /dbaas/queue/{serviceName}/role
- serviceName_role_roleName_DELETE(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Delete a role
REST: DELETE /dbaas/queue/{serviceName}/role/{roleName}
- serviceName_role_roleName_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Get a role
REST: GET /dbaas/queue/{serviceName}/role/{roleName}
- serviceName_role_roleName_PUT(String, String, String, String[], String[], Boolean) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Update a role
REST: PUT /dbaas/queue/{serviceName}/role/{roleName}
- serviceName_serviceInfos_GET(String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Get this object properties
REST: GET /dbaas/queue/{serviceName}/serviceInfos
- serviceName_serviceInfos_PUT(String, OvhService) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Alter this object properties
REST: PUT /dbaas/queue/{serviceName}/serviceInfos
- serviceName_topic_GET(String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
List all topics of the application
REST: GET /dbaas/queue/{serviceName}/topic
- serviceName_topic_POST(String, String, Long, Long) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Create a topic
REST: POST /dbaas/queue/{serviceName}/topic
- serviceName_topic_topicId_DELETE(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Delete a topic
REST: DELETE /dbaas/queue/{serviceName}/topic/{topicId}
- serviceName_topic_topicId_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Get a topic
REST: GET /dbaas/queue/{serviceName}/topic/{topicId}
- serviceName_topic_topicId_PUT(String, String, Long) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Update a topic configuration
REST: PUT /dbaas/queue/{serviceName}/topic/{topicId}
- serviceName_user_GET(String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
List all users of the application
REST: GET /dbaas/queue/{serviceName}/user
- serviceName_user_POST(String, String, String[]) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Create a user
REST: POST /dbaas/queue/{serviceName}/user
- serviceName_user_userId_changePassword_POST(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Generate a new user password
REST: POST /dbaas/queue/{serviceName}/user/{userId}/changePassword
- serviceName_user_userId_DELETE(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Delete a user
REST: DELETE /dbaas/queue/{serviceName}/user/{userId}
- serviceName_user_userId_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Get a user
REST: GET /dbaas/queue/{serviceName}/user/{userId}
- serviceName_user_userId_roles_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Get user roles
REST: GET /dbaas/queue/{serviceName}/user/{userId}/roles
- serviceName_user_userId_roles_POST(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Add a role to a user
REST: POST /dbaas/queue/{serviceName}/user/{userId}/roles
- serviceName_user_userId_roles_role_DELETE(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhDbaasqueue
-
Delete a role from a user's ones
REST: DELETE /dbaas/queue/{serviceName}/user/{userId}/roles/{role}
- status - Variable in class net.minidev.ovh.api.dbaas.queue.OvhApp
-
Application status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly