Create a Splunk instance
This operation is used to create a Splunk instance.
- application/json
Request Body
clientInfo object
clientType integerplan object
planSummary stringplanName stringplanId integerdistributedClusterInstanceProperties object
clusterType integeropType integerinstance object
instanceId integerinstanceName stringclientName stringapplicationId integerclusterConfig object
splunkConfig object
primaryNode object
entity object
clientId integerclientName stringsplunkUserCredInfo object
credentialId integercredentialName stringurl stringentity object
clientName string
Responses
- 200
- 400
- 401
OK
Bad Request
- application/json
- Schema
- Example
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Loading...