Create License Endpoint Mapping
API to create license-endpoint mapping
Mapping details
[
{
"license_id": "3DEC4C99-E9B9-4B88-B991-591C9CB2A51F",
"endpoint_id": "ffddc3d9-ecaa-470a-9155-69cbc2783d87"
}
]
UUID of the mapping.
UUID of the license (by Avi Cloud Console).
UUID of the endpoint.
License Endpoint mapping is created successfully.
[
{
"id": "abcd-1234-efgh-5678-ijkl",
"license_id": "3DEC4C99-E9B9-4B88-B991-591C9CB2A51F",
"endpoint_id": "ffddc3d9-ecaa-470a-9155-69cbc2783d87"
}
]
UUID of the mapping.
UUID of the license (by Avi Cloud Console).
UUID of the endpoint.
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
unexpected error
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/licensing/license-endpoint-mappings