Retrieve all non-premises system actions for a tenant ID
GET /working-environments/actionRequired/{tenantId}
Returns all non-premises system actions required for a specific tenant ID.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
tenantId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
weActions |
array[WeActionRequiredResponse] |
True |
Example error response
{
"weActions": [
{
"publicId": "string",
"actions": [
{}
]
}
]
}
Definitions
See Definitions
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
|
unit |
string |
True |
RaidInfoForEvAggregate
| Name | Type | Required | Description |
|---|---|---|---|
numOfDisks |
integer |
True |
|
diskSize |
True |
ElasticVolumeQuoteInfo
| Name | Type | Required | Description |
|---|---|---|---|
totalCapacityToAdd |
False |
||
addedCapacityToExistingEvDisks |
False |
||
newRaidForEvInfo |
array[RaidInfoForEvAggregate] |
False |
|
totalEvDisks |
integer |
False |
VolumeMoveParameters
| Name | Type | Required | Description |
|---|---|---|---|
volumeName |
string |
False |
|
svmName |
string |
False |
|
targetAggregateName |
string |
False |
|
isNewTargetAggregate |
boolean |
False |
|
homeNode |
string |
False |
OntapLicenseType
| Name | Type | Required | Description |
|---|---|---|---|
type |
string |
False |
|
name |
string |
False |
|
description |
string |
False |
|
subName |
string |
False |
|
subDescription |
string |
False |
|
capacity_limit |
string |
False |
|
platformLicenseRequired |
boolean |
False |
|
default |
boolean |
False |
|
capacityLimit |
True |
ChangeLicenseParameters
| Name | Type | Required | Description |
|---|---|---|---|
newLicenseType |
False |
||
newInstanceType |
string |
False |
InstanceNameIdAndType
| Name | Type | Required | Description |
|---|---|---|---|
instanceName |
string |
False |
|
instanceType |
string |
False |
|
instanceId |
string |
False |
DisksDetails
| Name | Type | Required | Description |
|---|---|---|---|
numberOfDisks |
integer |
False |
|
diskSize |
False |
||
diskType |
string |
False |
ResourcesToDelete
| Name | Type | Required | Description |
|---|---|---|---|
instanceNameAndType |
array[InstanceNameIdAndType] |
False |
|
numberOfDisksAndDiskSize |
array[DisksDetails] |
False |
VolumeInfo
| Name | Type | Required | Description |
|---|---|---|---|
volumeName |
string |
False |
|
svmName |
string |
False |
|
newCapacity |
False |
ActionRequiredParameters
| Name | Type | Required | Description |
|---|---|---|---|
aggregateName |
string |
True |
|
numOfDisks |
integer |
True |
|
totalCapacity |
True |
||
evCapacityDetails |
False |
||
volumeNames |
array[string] |
True |
|
maxCapacity |
True |
||
licenseExpiryDate |
integer |
True |
|
serialNumber |
string |
True |
|
volumeMoveParameters |
False |
||
workingEnvironmentId |
string |
True |
|
licenseParameters |
False |
||
resourcesToDelete |
False |
||
instances |
array[InstanceNameIdAndType] |
True |
|
moreInfo |
string |
False |
|
providerVolumeType |
string |
False |
|
volumeInfo |
False |
||
currentInstanceType |
string |
False |
|
isComposite |
boolean |
True |
|
isCapacityBased |
boolean |
True |
ActionRequired
| Name | Type | Required | Description |
|---|---|---|---|
actionType |
string |
True |
|
parameters |
True |
||
severity |
string |
True |
WeActionRequiredResponse
| Name | Type | Required | Description |
|---|---|---|---|
publicId |
string |
True |
|
actions |
array[ActionRequired] |
True |