Info

Deployment queries deployment details

get
Query parameters
id.owneranyoptional
id.dseqanyoptional
Responses
curl -L \
  --url 'https://akt.nownodes.io/akash/deployment/v1beta3/deployments/info'
{
  "deployment": {
    "deployment_id": {
      "owner": "text",
      "dseq": "text"
    },
    "state": "invalid",
    "version": "Ynl0ZXM=",
    "created_at": "text"
  },
  "groups": [
    {
      "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": "Ynl0ZXM="
                },
                "attributes": [
                  {
                    "key": "text",
                    "value": "text"
                  }
                ]
              },
              "memory": {
                "quantity": {
                  "val": "Ynl0ZXM="
                },
                "attributes": [
                  {
                    "key": "text",
                    "value": "text"
                  }
                ]
              },
              "storage": [
                {
                  "name": "text",
                  "quantity": {
                    "val": "Ynl0ZXM="
                  },
                  "attributes": [
                    {
                      "key": "text",
                      "value": "text"
                    }
                  ]
                }
              ],
              "gpu": {
                "units": {
                  "val": "Ynl0ZXM="
                },
                "attributes": [
                  {
                    "key": "text",
                    "value": "text"
                  }
                ]
              },
              "endpoints": [
                {
                  "kind": "SHARED_HTTP",
                  "sequence_number": 1
                }
              ]
            },
            "count": 1,
            "price": {
              "denom": "text",
              "amount": "text"
            }
          }
        ]
      },
      "created_at": "text"
    }
  ],
  "escrow_account": {
    "id": {
      "scope": "text",
      "xid": "text"
    },
    "owner": "text",
    "state": "invalid",
    "balance": {
      "denom": "text",
      "amount": "text"
    },
    "transferred": {
      "denom": "text",
      "amount": "text"
    },
    "settled_at": "text",
    "depositor": "text",
    "funds": {
      "denom": "text",
      "amount": "text"
    }
  }
}