Operations related to BYO AWS FSx ONTAP filesystem credentials
List all BYO FSxN filesystems registered to the account.
BYO FSxN filesystem registrations retrieved.
[- {
- "filesystemId": "string",
- "status": "string"
}
]Submit fsxadmin credentials for a BYO FSxN filesystem. Registers the filesystem to the account if not already registered.
FSxN admin credential submitted successfully.
{- "password": "string",
- "filesystemId": "string",
- "username": "string"
}{- "filesystemId": "fs-0c315066d18074b67"
}Remove a BYO FSxN filesystem registration from the account.
FSxN filesystem de-registered successfully.
FSxN filesystem not registered to this account.
{- "errors": [
- {
- "name": "string",
- "message": "string"
}
]
}