Docker network inspect request

Request of inspect platform docker network

Endpoint

GET /api/platform/docker/network/inspect/

Auth

Authorization: Bearer ${token}

Query Parameters

KeyDefault
context
identity

Response

Json
[
    {
        "kind": "status",
        "payload": {
            "code": 0,
            "message": ""
        }
    },
    {
        "kind": "entity",
        "payload": {
            "attachable": false,
            "config_from": {
                "network": ""
            },
            "config_only": false,
            "containers": {},
            "created": "",
            "driver": "",
            "enable_i_pv_4": false,
            "enable_i_pv_6": false,
            "id": "",
            "ingress": false,
            "internal": false,
            "ipam": {
                "config": [
                    {
                        "Gateway": "",
                        "Subnet": ""
                    }
                ],
                "driver": "",
                "options": null
            },
            "labels": {
                "com_docker_compose_config_hash": "",
                "com_docker_compose_network": "",
                "com_docker_compose_project": "",
                "com_docker_compose_version": ""
            },
            "name": "",
            "options": {},
            "scope": ""
        }
    }
]

Notes

  • Platform Permission Required