Skip to main content

Get Security Zone (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/securityzones/:zone_id

List a security zone.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    zone_id stringrequired

    ID of the security zone.

Responses

Successful Operation

Schema
    description

    The description of the security zone. Max size = 256.

    id string

    The security zone ID.

    name stringrequired

    The name of the zone. Max size = 128.

Loading...