ArrayOfVasaProviderInfo
ArrayOfVasaProviderInfo
A boxed array of VasaProviderInfo. To be used in Any placeholders.
This structure may be used only with operations rendered under /sms
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"uid": "string",
"name": "string",
"description": "string",
"version": "string",
"url": "string",
"certificate": "string",
"status": "string",
"statusFault": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"vasaVersion": "string",
"namespace": "string",
"lastSyncTime": "string",
"supportedVendorModelMapping": [
{
"_typeName": "string",
"vendorId": "string",
"modelId": "string"
}
],
"supportedProfile": [
"string"
],
"supportedProviderProfile": [
"string"
],
"relatedStorageArray": [
{
"_typeName": "string",
"arrayId": "string",
"active": false,
"manageable": false,
"priority": 0
}
],
"providerId": "string",
"certificateExpiryDate": "string",
"certificateStatus": "string",
"serviceLocation": "string",
"needsExplicitActivation": false,
"maxBatchSize": 0,
"retainVasaProviderCertificate": false,
"arrayIndependentProvider": false,
"type": "string",
"category": "string",
"priority": 0,
"failoverGroupId": "string"
}
]
}