Skip to content

Commit 0fcaa61

Browse files
authored
#383886 Updated ONTAP login creation for both ONTAPI and REST API
#383886 Updated ONTAP login creation for both ONTAPI and REST API
2 parents c392f33 + e6ac8f2 commit 0fcaa61

File tree

1 file changed

+11
-1
lines changed
  • docs/activitymonitor/8.0/requirements/activityagent/nas-device-configuration/ontap-cluster-aac

1 file changed

+11
-1
lines changed

docs/activitymonitor/8.0/requirements/activityagent/nas-device-configuration/ontap-cluster-aac/provisionactivity.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,19 +349,29 @@ requirements are met:
349349
- It is recommended to use lowercase for both domain and username. The case of domain and username
350350
created during the account provisioning process must match exactly to the credentials provided to
351351
the Activity Monitor activity agent for authentication to work.
352+
- In the `application` parameter, use `ontapi` for the ONTAPI/ZAPI and `http` for the REST API.
352353

353354
Use the following command to create the security login for the security role created in Part 1:
354355

356+
#### ONTAPI/ZAPI
355357
```
356358
security login create -user-or-group-name [DOMAIN\DOMAINUSER] -application ontapi -authentication-method [DOMAIN_OR_PASSWORD_AUTH] -role [ROLE_NAME] -vserver [SVM_NAME]
357359
```
358360

359361
Example:
360-
361362
```
362363
security login create -user-or-group-name example\user1 -application ontapi -authentication-method domain -role enterpriseauditor -vserver testserver
363364
```
364365

366+
#### REST API
367+
```
368+
security login create -user-or-group-name [DOMAIN\DOMAINUSER] -application http -authentication-method [DOMAIN_OR_PASSWORD_AUTH] -role [ROLE_NAME] -vserver [SVM_NAME]
369+
```
370+
Example:
371+
```
372+
security login create -user-or-group-name example\user1 -application http -authentication-method domain -role enterpriseauditor -vserver testserver
373+
```
374+
365375
Validate this security login was created.
366376

367377
### Validate Part 2: Security Login Creation

0 commit comments

Comments
 (0)