Get Scope
Get the scope
Get the scope by its id
Request
URI
GET
https://{api_host}/suite-api/api/auth/scopes/{scopeId}
COPY
Path Parameters
string
scopeId
Required
The scope id to retrieve
Responses
200
The scope corresponding to the specified id
Returns
scope-details
of type(s)
application/json
"{\n \"id\" : \"57922ca1-1bea-46c5-80d8-9f112b8805b0\",\n \"name\" : \"MS_SQL_Restricted_VMs\",\n \"description\" : \"Allow only VMs having application MS SQL Server\",\n \"createdBy\" : \"13b4a106-8838-45ff-850e-7691343f87fb\",\n \"creationTime\" : 1753339872420,\n \"lastModifiedBy\" : \"e08f8df9-d784-43f9-a507-06b200ac8533\",\n \"lastModifiedTime\" : 1753339878888,\n \"traversalSpecInstances\" : [ {\n \"adapterKind\" : \"VMWARE\",\n \"resourceKind\" : \"vSphere World\",\n \"name\" : \"vSphere Hosts and Clusters\",\n \"resourceSelection\" : [ {\n \"type\" : \"SPECIFIC\",\n \"resourceId\" : [ \"7f430ad1-9648-4419-9bc1-7cb0d2855f7c\" ]\n } ],\n \"selectAllResources\" : false\n } ]\n}"
string As uuid
As uuid
createdBy
Optional
The user id who created the scope.
integer As int64
As int64
creationTime
Optional
Creation time of the scope
string
description
Optional
Description of the scope.
string As uuid
As uuid
id
Required
Identifier of the scope in the system.
string As uuid
As uuid
lastModifiedBy
Optional
The user id who last modified the scope.
integer As int64
As int64
lastModifiedTime
Optional
Last Modification time of the scope
string
name
Required
Name of the scope.
array of
object
traversalSpecInstances
Optional
List of traversal spec instances.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/auth/scopes/{scopeId}
Auth Operations
GET
Get Current User
GET
Get Assigned Role Permissions For Current User
GET
Get Current User Role Privileges
GET
Get Available Privilege Groups
GET
Get Available Privileges
GET
Get Roles
POST
Create User Role
PUT
Update User Role
DELETE
Delete User Role
GET
Get Role By Name
DELETE
Remove Role Privileges
GET
Get Role Privileges
POST
Add Role Privileges
PUT
Set Role Privileges
DELETE
Delete Scopes
GET
Get All Object Scopes
POST
Create Scope
PUT
Modify Scope
GET
Get Scope
GET
Get Auth Sources
PATCH
Patch Auth Source With Certificate Details
POST
Add Auth Source
PUT
Update Auth Source
PATCH
Patch Test Auth Source
POST
Test Auth Source
GET
Get VIDB Well Known URL
POST
Search User Groups For Auth Source
PUT
Synchronize User Groups
POST
Import Users
POST
Search Users For Auth Source
DELETE
Delete Auth Source
GET
Get Auth Source
GET
Get Auth Source Types
GET
Get Auth Source Type
POST
Acquire Token
POST
Exchange Ops Token With Jwt Token
POST
Release Token
GET
Get Traversal Specs
DELETE
Delete User Groups
GET
Get User Groups
POST
Create User Group
PUT
Modify User Group
GET
Get Assigned Role Permissions For User Group
PUT
Assign Role Permission To User Group
DELETE
Unassigned Role Permission From User Group
PUT
Assign Traversal Spec To User Group
Deprecated
DELETE
Delete User Group
GET
Get User Group
DELETE
Delete Users
GET
Get Users
POST
Create User
PUT
Modify User
PUT
Change Password
DELETE
Delete User
GET
Get User
GET
Get Assigned Role Permissions For User
PUT
Assign Role Permission To User
DELETE
Unassigned Role Permission From User
PUT
Assign Traversal Spec To User
Deprecated