Resource #
Package : spaceone.api.search.v1
Resource #
Resource Methods:
| Method | Request | Response |
|---|---|---|
| search | SearchResourceRequest | ResourcesInfo |
search #
POST /search/v1/resource/search
Message #
ResourceInfo #
resource_id (string)
Requiredname (string)
Requireddescription (string)
Requiredtags (Struct)
Requireddomain_id (string)
Requiredworkspace_id (string)
Requiredproject_id (string)
Required
ResourcesInfo #
results (ResourceInfo)
RepeatedRequirednext_token (string)
Required
SearchResourceRequest #
resource_type (string)
Requiredidentity.ServiceAccount
keyword (string)
limit (int32)
Result limit is default 15 and max 100
workspaces (string)
RepeatedList of workspace_id to search, limit of workspaces is 5
all_workspaces (bool)
If true, search all workspaces that user has access
next_token (string)
If you request with next_token, it will return next result. resource_type must be same with previous request.