Querying the Features Unavailable for a Tenant of a New Package
Function
This API is used to query the features unavailable for a tenant of a new package based on the tenant ID.
Calling Method
For details, see Calling APIs.
URI
GET /v5/{tenant_id}/api/package-specs/unauthorized-feature
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
tenant_id |
Yes |
String |
Definition: Tenant ID, that is, domain ID of a user. Constraints: N/A Value range: The value consists of 32 characters, including only digits and letters. Default value: N/A |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
detail |
Array of strings |
Definition: Unauthorized list. Value range: N/A |
Example Requests
GET https://{endpoint}/v5/ce8df55870164338a72d7e828a966a2a/api/package-specs/unauthorized-feature?project_id=&_=1763884407247
Example Responses
Status code: 200
OK
{
"detail" : [ ]
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
OK |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot