List All Namespaces

List All Namespaces

Use this endpoint to List Namespaces
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/namespaces
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "id": "string",
        "name": "string",
        "environment": {
            "id": "string",
            "name": "string",
            "type": "string"
        },
        "localStorages": [
            {
                "id": "string",
                "name": "string",
                "type": "string",
                "default": false
            }
        ],
        "cloudStorages": [
            {
                "id": "string",
                "name": "string",
                "type": "string",
                "default": false
            }
        ],
        "datastores": [
            {
                "id": "string",
                "moId": "string",
                "name": "string",
                "type": "string",
                "default": false
            }
        ],
        "appNetworks": [
            {
                "id": "string",
                "moId": "string",
                "name": "string",
                "type": "string",
                "default": false
            }
        ],
        "organisations": [
            {
                "id": "string",
                "name": "string",
                "type": "string"
            }
        ]
    }
]

400

Bad Request

Operation doesn't return any data structure