This API creates a new resource definition such as a database, nsq or redis DB.
Example
aiware createResource X-Correlation-Id:value useDefaults=value
Parameters
| Name | Type | Description | Notes |
|---|
| createResourceRequest | CreateResourceRequest | The fields for a resource definition | |
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| useDefaults | boolean | Indicates if default values should be applied | [optional] [default to null] |
Return type
CreateResourceResponse
Authorization
api_key
- Content-Type: application/json
- Accept: application/json