Get ids of ComputeNodethat meet the filter criteria.
put
https://{host}:{port}/{basePath}/ComputeNode/idfilter
get ids of ComputeNodethat meet the filter criteria.
Request
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
Supported Media Types
- application/x-www-form-urlencoded
Nested Schema : Filter
Type:
Show Source
object
-
description(required): string
Maximum Length:
1000
-
faultIds: array
faultIds
-
filterConditions: array
filterConditions
-
generation: integer
-
maxResults: integer
-
name(required): string
Maximum Length:
256
-
objType: string
Maximum Length:
64
-
orderByList: array
orderByList
-
orderType: string
Allowed Values:
[ "ASCENDING", "DESCENDING" ]
-
workState: string
Nested Schema : faultIds
Type:
array
Nested Schema : filterConditions
Type:
array
Nested Schema : orderByList
Type:
array
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Nested Schema : ComputeNodeId
Type:
Show Source
object
-
name: string
object name
-
objType: string
type of the object
-
url: string
object url
-
value: string
Id value of the object
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.