Sonatype · Capability
Sonatype Lifecycle Public REST API — Claim Components
Sonatype Lifecycle Public REST API — Claim Components. 4 operations. Lead operation: Claim Components. Self-contained Naftiko capability covering one Sonatype business surface.
What You Can Do
GET
Getall
— Use this method to retrieve details of all claimed components.
/v1/api/v2/claim/components
POST
Set
— Use this method to claim a component, or update the component details for a previously claimed component.
/v1/api/v2/claim/components
DELETE
Delete
— Use this method to delete a claim on a previously claimed component by providing its hash.
/v1/api/v2/claim/components/{hash}
GET
Get
— Use this method to retrieve details of a claimed component by specifying its hash.
/v1/api/v2/claim/components/{hash}
MCP Tools
use-this-method-retrieve-details
Use this method to retrieve details of all claimed components.
read-only
idempotent
use-this-method-claim-component
Use this method to claim a component, or update the component details for a previously claimed component.
use-this-method-delete-claim
Use this method to delete a claim on a previously claimed component by providing its hash.
idempotent
use-this-method-retrieve-details-2
Use this method to retrieve details of a claimed component by specifying its hash.
read-only
idempotent