This viewset automatically provides `list` and `detail` actions for ResourceWeights model.

GET /portal/public/creditsweights/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "resource_set_timestamp": 1606914744,
        "vcpus": [
            {
                "value": 1,
                "weight": 1.0
            }
        ],
        "memory_mb": [
            {
                "value": 530,
                "weight": 4.0
            },
            {
                "value": 1,
                "weight": 1.0
            },
            {
                "value": 65,
                "weight": 1.0
            }
        ]
    }
]