GetListOfHostingAssets

2

tests

0

failures

0

ignored

2.888s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_canViewAllAssetsOfArbitraryDebitor() 1.437s passed
webspaceAgent_canViewAllAssetsByType() 1.451s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canViewAllAssetsOfArbitraryDebitor(): TOTAL OBJECT COUNT (initial): 210 -> 210
HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 16:37:55 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "aab3cda3-0b41-4f24-bdba-4e0e83ec2858",
        "type": "MANAGED_WEBSPACE",
        "identifier": "fir01",
        "caption": "some Webspace",
        "alarmContact": null,
        "config": {
            
        }
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_canViewAllAssetsOfArbitraryDebitor(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
webspaceAgent_canViewAllAssetsByType(): TOTAL OBJECT COUNT (initial): 210 -> 210
HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 16:37:57 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "a5e0dbde-d729-4a7a-9b4e-01d1bf19a801",
        "type": "EMAIL_ALIAS",
        "identifier": "fir01-web",
        "caption": "some E-Mail-Alias",
        "alarmContact": null,
        "config": {
            "target": [
                "office@example.org",
                "archive@example.com"
            ]
        }
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
webspaceAgent_canViewAllAssetsByType(): TOTAL OBJECT COUNT (after): 210 -> 210