Get Group Vidm Search Result
Get all the User Groups where vIDM display name matches the search key case insensitively. The search key is checked to be a substring of display name.
Request
URI
GET
https://nsxmanager.your.domain/api/v1/aaa/vidm/groups
COPY
Query Parameters
string
cursor
Optional
Opaque cursor to be used for getting next page of records (supplied by current result page)
string
included_fields
Optional
Comma separated list of fields that should be included to result of query
integer
page_size
Optional
Maximum number of results to return in this page (server may return fewer)
string
search_string
Required
Search string to search for.
boolean
sort_ascending
Optional
sort_ascending
string
sort_by
Optional
Field by which records are sorted
Responses
200
Success
Returns VidmInfoListResult of type(s) application/json
This response body class contains all of the following: ListResult , InlineVidmInfoListResult1
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"cursor": "string",
"sort_ascending": false,
"sort_by": "string",
"result_count": 0,
"results": [
{
"display_name": "string",
"type": "string",
"name": "string"
}
]
}
412
Returns PreconditionFailed of type(s) application/json
Operation doesn't return any data structure
500
Operation doesn't return any data structure
503
Returns ServiceUnavailable of type(s) application/json
Operation doesn't return any data structure
Aaa Operations
POST
Create Registration Token
POST
Create Role Binding
DELETE
Delete Registration Token
DELETE
Delete Role Binding
GET
Get All Role Bindings
GET
Get All Roles Info
GET
Get Current User Info
GET
Get Group Vidm Search Result
GET
Get Registration Token
GET
Get Role Binding
GET
Get Role Info
GET
Get User Vidm Search Result
POST
Get Vidm Search Result
PUT
Update Role Binding