Get gateway profile with rules

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

profile_idstringRequiredformat: "uuid"

Response

Successful Response
idstringformat: "uuid"
namestring
default_actionstring
internet_enabledboolean
is_defaultboolean
descriptionstring or null
rule_countintegerDefaults to 0
created_atdatetime or null
updated_atdatetime or null
ruleslist of objects

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error