Access nodes list
This operation lists object storage access nodes/Backup gateways
Query Parameters
- instanceType string required
Possible values: [
AZURE_BLOB,AMAZON_S3,ORACLE_STORAGE_SERVICE,GOOGLE_CLOUD,AZURE_DATA_LAKE,IBM_COS,ALIBABA_OSS]InstanceType of the object storage instance
- excludeClientGroups string
Flag to determine if client groups need to be excluded
- excludeClients string
Flag to determine if client need to be excluded
- regionId string
Flag for region filtering
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
accessNodes object[]
entity object
clientId integerclientName string_type_ integer
{
"accessNodes": [
{
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
]
}
{
"accessNodes": [
{
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
]
}
Loading...