Info

Group queries group details

get
Query parameters
id.ownerstringOptional
id.dseqstring · uint64Optional
id.gseqinteger · int64Optional
Responses
200
A successful response.
application/json
get
GET /akash/deployment/v1beta3/groups/info HTTP/1.1
Host: akt.nownodes.io
Accept: */*
{
  "group": {
    "group_id": {
      "owner": "text",
      "dseq": "text",
      "gseq": 1
    },
    "state": "invalid",
    "group_spec": {
      "name": "text",
      "requirements": {
        "signed_by": {
          "all_of": [
            "text"
          ],
          "any_of": [
            "text"
          ]
        },
        "attributes": [
          {
            "key": "text",
            "value": "text"
          }
        ]
      },
      "resources": [
        {
          "resource": {
            "id": 1,
            "cpu": {
              "units": {
                "val": "text"
              },
              "attributes": [
                {
                  "key": "text",
                  "value": "text"
                }
              ]
            },
            "memory": {
              "quantity": {
                "val": "text"
              },
              "attributes": [
                {
                  "key": "text",
                  "value": "text"
                }
              ]
            },
            "storage": [
              {
                "name": "text",
                "quantity": {
                  "val": "text"
                },
                "attributes": [
                  {
                    "key": "text",
                    "value": "text"
                  }
                ]
              }
            ],
            "gpu": {
              "units": {
                "val": "text"
              },
              "attributes": [
                {
                  "key": "text",
                  "value": "text"
                }
              ]
            },
            "endpoints": [
              {
                "kind": "SHARED_HTTP",
                "sequence_number": 1
              }
            ]
          },
          "count": 1,
          "price": {
            "denom": "text",
            "amount": "text"
          }
        }
      ]
    },
    "created_at": "text"
  }
}