Decryption-Exclusion - Flexible Secure Gateway API References (1.5.0)

Download OpenAPI specification:Download

Decryption-Exclusions specifies rules to not execute ssl decryption. Decryption-Exclusions will be applied to all Cells that belong to specified Cell-Groups.

Authentication

X-Auth-Token

Security Scheme Type API Key
Header parameter name: {keystone_token}

decryption-exclusion

Get Decryption-Exclusions

Get Decryption-Exclusion resources.

Authorizations:
query Parameters
id
string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$

The ID of the resource.

name
string ^[a-zA-Z]{1}[a-zA-Z0-9-\_\.]{0,30}$

A name of the resource.

cellGroupId
string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$

The Cell-Group ID which the resource belongs.

header Parameters
X-Auth-Token
required
string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$

The keystone token.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/v1/decryption-exclusions
https://api.ntt.com/dsigw-erg/v1/decryption-exclusions

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "decryptionExclusions":
    [
    ]
}

Create Decryption-Exclusion

Create a Decryption-Exclusion resource.

Authorizations:
header Parameters
X-Auth-Token
string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$

The keystone token.

Request Body schema: application/json
decryptionExclusion
required
object (DecryptionExclusionCreateRequest)

Either customUrlCategoryIds or urlCategoryNames is required.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

post/v1/decryption-exclusions
https://api.ntt.com/dsigw-erg/v1/decryption-exclusions

Request samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "decryptionExclusion":
    {
    }
}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "decryptionExclusion":
    {
    }
}

Get Decryption-Exclusion Details

Get a Decryption-Exclusion resource.

Authorizations:
path Parameters
decryption_exclusion_id
required
string
header Parameters
X-Auth-Token
string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$

The keystone token.

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

get/v1/decryption-exclusions/{decryption_exclusion_id}
https://api.ntt.com/dsigw-erg/v1/decryption-exclusions/{decryption_exclusion_id}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "decryptionExclusion":
    {
    }
}

Update Decryption-Exclusion

Update a Decryption-Exclusion resource.

Authorizations:
path Parameters
decryption_exclusion_id
required
string
header Parameters
X-Auth-Token
string
Request Body schema: application/json
decryptionExclusion
required
object (DecryptionExclusionUpdateRequest)

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

patch/v1/decryption-exclusions/{decryption_exclusion_id}
https://api.ntt.com/dsigw-erg/v1/decryption-exclusions/{decryption_exclusion_id}

Request samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "decryptionExclusion":
    {
    }
}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "decryptionExclusion":
    {
    }
}

Delete Decryption-Exclusion

Delete a Decryption-Exclusion resource.

Authorizations:
path Parameters
decryption_exclusion_id
required
string
header Parameters
X-Auth-Token
string

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

delete/v1/decryption-exclusions/{decryption_exclusion_id}
https://api.ntt.com/dsigw-erg/v1/decryption-exclusions/{decryption_exclusion_id}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "errorCode": 400,
  • "errorMessage": "Invalid request",
  • "moreInfo": "{{moreInfo}}"
}