Get Auto Onboard Config

Get Auto Onboard Config

API code: GET_AUTO_ONBOARD_CONFIG
Pre-authorized role(s): PROVIDER_ADMIN
Platform(s): OSIS | CLOUDIAN | ECS

Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/auto-onboard-config
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of AutoOnboardConfig of type(s) application/json
[
    {
        "region": "string",
        "autoOnboard": false,
        "storagePolicyId": "string",
        "storagePolicyName": "string",
        "storagePolicyLocked": false
    }
]