vcenter vmwportal accounts: check
Checks if given user account is entitled to download product binaries from the my.vmware.com portal. Call Accounts::list() to get all the entitlement accounts linked to given my.vmware.com user. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Request:
HTTP request
POST https://{server}/api/vcenter/vmwportal/accounts/{account}
?action=check
?action=check
{
"product_name" : "string"
}
"product_name" : "string"
}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
account | string | ID for which entitlement has to be checked. |
Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
- | check_spec | name for which entitlement has to be checked. |
-.product_name | string | Product Name for which user wants to check the entitlement. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
Response:
HTTP Status Code: 204
Headers:
NoneType:
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
404 | not_found | if the entitlements are not found. |
401 | unauthenticated | if the user can not be authenticated. |
500 | resource_inaccessible | if user's my.vmware.com session has expired. |
500 | error | if there is some unknown internal error. The accompanying error message will give more details about the error. |