Skip to main content

Get programmatic access token for CloudFirewallAdmin

GET 

/v1/mgmt/tokens/cloudfirewalladmin

Fetch the JSON Web Token (JWT) to enable programmatic access for a cloud firewall admin role.

Request

Body

    ExpiryTime Expirytime (integer)

    Possible values: >= 5 and <= 1440

    Default value: 30

    The expiry time of the token.

Responses

OK

Schema
    Response object

    The API call response.

    Enabled Enabled (boolean)

    Describes whether programmatic access is enabled for your account.

    ExpiryTime Expirytime (integer)

    Possible values: >= 5 and <= 1440

    The expiry time of the token.

    SubscriptionKey Subscriptionkey (string)

    Your subscription key.

    TokenId Tokenid (string)

    The unique ID of the token.

    ResponseStatus object

    The API call response status.

    ErrorCode Errorcode (integer)

    Default value: 0

    Default value of a successful response is 0. Any other number indicates an error code.

    Reason Reason (string)

    The error description.

Loading...