createFailoverClusterApp
Create a failover cluster app Supported in v5.2+ Create a failover cluster app.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | CreateFailoverClusterAppInput! | Input for V1CreateFailoverClusterApp. |
Returns
CreateFailoverClusterAppReply!
Sample
{
"data": {
"createFailoverClusterApp": {
"output": {
"connectionStatus": "FAILOVER_CLUSTER_APP_CONNECTION_STATUS_CONNECTED",
"failoverClusterName": "example-string",
"id": "example-string",
"operatingSystemType": "FAILOVER_CLUSTER_OS_TYPE_AIX",
"primaryClusterId": "example-string",
"slaAssignment": "SLA_ASSIGNMENT_DERIVED"
}
}
}
}