Querying Service Metadata
Function
Queries service metadata.
This API is scheduled for deprecation.
Format
Operation type: GET
URL: https://{ip}:{port}/v2
Replace {ip} and {port} with the IP address and port number of the service plane, that is, ipAddress and port.
Request Parameters
None
Usage Example
Request example:
GET https://{ip}:{port}/v2
Response example:
{
"name": "MindIE Server",
"version": "{version}",
"extensions": {
"max_iter_times": 512,
"prefill_policy_type": 0,
"decode_policy_type": 0,
"max_prefill_batch_size": 50,
"max_prefill_tokens": 8192
}
}
Response status code: 200
Output Description
Parent topic: APIs Compatible with Triton