Customer ADOMs
Display ADOMs assigned to a customers
Method |
URL |
Description |
Arguments |
Outputs |
---|---|---|---|---|
GET |
/customers/{cid}/adoms |
Display ADOMs assigned to a customers |
cid |
See the Outputs table. |
Arguments
Parameter |
Type |
Description |
---|---|---|
cid |
int |
Customer ID. |
Outputs
HTTP Response: 200 OK
Response Data:
Parameter |
Type |
Description |
---|---|---|
Id |
int |
ADOMs list resource ID |
customerId |
int |
Customer ID |
adoms |
JSON array of strings |
List of ADOM names |
Create or update a list of ADOMs for a customer
Method | URL | Description | Arguments | Outputs |
---|---|---|---|---|
POST |
/customers/{cid}/adoms | Create or update list of ADOMs for a customer | Id, customerId, adoms | 200 OK |
Arguments
Parameter |
Type |
Description |
---|---|---|
Id |
int |
ADOMs list resource ID |
customerId |
int |
Customer ID |
adoms |
JSON array of strings |
List of ADOM names |