Add disks button is not shown
Applies to
- NetApp Console
- Cloud Volumes ONTAP (CVO)
- Adding capacity to a local tier
Issue
The option to add disks to an aggregate is not shown:

Cause
cause_text
Partner Notes
partnerNotes_text
Additional Information
additionalInformation_text
Internal Notes
Workarounds:
- Use Swagger API to run add aggregate call:
- Get the Working Environment ID.
- Authenticate and find the add disks API call in API Swagger Interface.
- Modify accordingly and run curl from connector VM of the type (How to get Bearer Token):
curl --request POST http://ConnectorIP/occm/api/gcp/ha/aggregates/WE_ID/aggr1/disks -H 'Content-Type: application/json' -H "authorization: Bearer TOKEN" -d '{"numberOfDisks": "3"}'
