Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kubex.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns the list of all instance types that the given instance (input parameter=entity_id) is compatible with.

Resource

https://<kubex_instance_name>/api/v2/systems/{{entityId}}/analysis-details?target=compatible_instances/&spendTolerance=1.5&effort_tolerance=low

Optional parameters:

Spend Tolerance

Specified in terms of a multiplier. E.g., 1.3 means all compatible instance types that are less that 1.3 times the optimal instance type cost.
Resource
https://<kubex_instance_name>/api/v2/systems/{{entityId}}/analysis-details?target=compatible_instances/&spendTolerance=1.3

Effort Tolerance

Used to only return compatible instance types that are at the provided effort level or lower. Possible values are ‘none’,‘low’,‘medium’,‘high’
Resource
https://<kubex_instance_name>/api/v2/systems/{{entityId}}/analysis-details?target=compatible_instances/&spendTolerance=1.3&effort_tolerance=low