Get node capabilities
Returns the version and supported capabilities for a specific node. For local nodes, returns this instance's own metadata. For remote nodes, relays the response from the remote instance's /api/meta endpoint. Returns { version: null, capabilities: [] } if the remote node is offline or doesn't support the meta endpoint.
Path parameters
Numeric resource ID.
Response
Node capability metadata.
Example response
{
"version": "0.31.0",
"capabilities": [
"stacks",
"containers",
"fleet"
]
}Changes
Changed in 4 of the 36 revisions of this API.128
- ○
removed the
ADMIRAL_REQUIREDenum value from thecoderesponse property for the response status401response-property-enum-value-removed
- ○
removed the
ADMIRAL_REQUIREDenum value from thecoderesponse property for the response status404response-property-enum-value-removed
- ○
- ●
added the new
PAID_REQUIREDenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
PAID_REQUIREDenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ○
removed the
PRO_REQUIREDenum value from thecoderesponse property for the response status401response-property-enum-value-removed
- ○
removed the
PRO_REQUIREDenum value from thecoderesponse property for the response status404response-property-enum-value-removed
- ●
- ▲
added the new path request parameter
idnew-request-path-parameter
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the success response with the status
200response-success-status-added
- ▲
- ○
endpoint added
endpoint-added
- ○