Get all licenses

Get all licenses

Retrieves all licenses present in the system.

Request
URI
GET
https://{api_host}/component-registry/api/licenses
COPY
Responses
200

successful operation

Returns LicenseResources of type(s) */*
{
    "links": [
        {
            "rel": "string",
            "href": "string"
        }
    ],
    "content": [
        {
            "assetId": "string",
            "licenseInfo": {
                "name": "string",
                "restrictions": [
                    {
                        "product": {
                            "name": "string",
                            "id": "string",
                            "family": {
                                "name": "string",
                                "version": "string"
                            },
                            "editionKey": "string",
                            "suiteName": "string"
                        },
                        "licenseProductCapabilities": [
                            {
                                "features": [
                                    {
                                        "id": "string"
                                    }
                                ],
                                "keyValues": [
                                    {
                                        "value": "string",
                                        "key": "string"
                                    }
                                ],
                                "version": "string"
                            }
                        ],
                        "costUnitLimits": [
                            {
                                "unit": {
                                    "id": "string"
                                },
                                "enforcementType": "string",
                                "value": 0
                            }
                        ]
                    }
                ],
                "expiration": "string"
            },
            "id": "string"
        }
    ]
}
array of Link
links
Optional

links

array of License
content
Optional

content