docker-sdk-rust/docs/DistributionApi.md
2025-06-16 16:37:36 +07:00

1.1 KiB

\DistributionApi

All URIs are relative to http://localhost/v1.51

Method HTTP request Description
distribution_inspect GET /distribution/{name}/json Get image information from the registry

distribution_inspect

models::DistributionInspect distribution_inspect(name) Get image information from the registry

Return image digest and platform information by contacting the registry.

Parameters

Name Type Description Required Notes
name String Image name or id [required]

Return type

models::DistributionInspect

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]