Create AIApp instance
Select
SaaS
Customer Managed
Create AIApp instance
- application/json
Request Body
dataAccessNodes object[]
clientId integerclientName stringdisplayName stringhostName stringplan object
planSummary stringplanName stringplanId integersummaryItems object
RPO stringCopies stringPrimary storage type stringAssociated entities stringisActive booleansubtype stringtype stringrpoInMinutes integerstorage object
copy object[]
copyType stringdeviceType integeractive stringisArchiveStorage booleanisDefault stringisSnapCopy stringdataRetentionLockDays integerisMirrorCopy stringwormStorageFlag integerpoolRetentionPeriodDays integerisSourceBackupCopy stringstorageClass stringcopyPrecedence integerstoragePoolType stringisSourceCatalog stringstorageType integerdedupeFlags objectretentionRules object
retainBackupDataForCycles integerjobs integerretainArchiverDataForDays integerretainBackupDataForDays integerretentionFlags object
enableDataAging stringjobBasedRetention stringStoragePolicyCopy object
copyId integercopyName stringextendedFlags object
overRideGACPRetention stringuseGlobalStoragePolicy stringregion object
regionId integerdisplayName stringregionName stringdrivePool object
drivePoolId integerdrivePoolName stringcopyFlags objectlibrary object
libraryName stringlibraryId integerstartTime object
time integeruseGlobalPolicy object
storagePolicyName stringstoragePolicyId integerclientName object
clientName stringdatabricksConfig object
accountID stringaccountName stringclientIdSecret object
credentialId integercredentialName stringvendor stringautomaticMetastoreBackupEnable booleanmetastores object[]staging object
cloudURL stringrecordType integerserviceHost stringstagingCredentials object
credentialId integercredentialName stringdescription stringrecordType integerselected booleanstagingPath stringstagingType integer- aiAppInstanceType integer
regionInfo object
regionId integerregionName stringdisplayName string
Responses
- 200
- 400
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
clientId integer_SubclType_ integerclientName stringinstanceId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"_SubclType_": 0,
"clientName": "string",
"instanceId": 0,
"_type_": 0
}
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- object
{}
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
Loading...