Url-Filtering-Profile - Flexible Secure Gateway API References (1.5.0)

Download OpenAPI specification:Download

Url-filtering-Profile is the object for the URL-based filtering rule. Url-filtering-Profiles will be specified by the Security-Policy object.

Authentication

X-Auth-Token

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

url-filtering-profile

Get Url-Filtering-Profiles

Get Url-Filtering-Profile 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.

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.

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

A name of the resource.

header Parameters
X-Auth-Token
required
string

The keystone token.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/v1/url-filtering-profiles
https://api.ntt.com/dsigw-erg/v1/url-filtering-profiles

Response samples

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

Create Url-Filtering-Profile

Create an Url-Filtering-Profile resource.

Authorizations:
header Parameters
X-Auth-Token
required
string

The keystone token.

Request Body schema: application/json
urlFilteringProfile
required
object (UrlFilteringProfileCreateRequest)

Either customUrlCategories or urlCategories is required.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

post/v1/url-filtering-profiles
https://api.ntt.com/dsigw-erg/v1/url-filtering-profiles

Request samples

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

Response samples

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

Get Url-Filtering-Profile

Get an Url-Filtering-Profile resource.

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

The keystone token.

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

get/v1/url-filtering-profiles/{url_filtering_profile_id}
https://api.ntt.com/dsigw-erg/v1/url-filtering-profiles/{url_filtering_profile_id}

Response samples

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

Update Url-Filtering-Profile

Update an Url-Filtering-Profile resource.

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

The keystone token.

Request Body schema: application/json
urlFilteringProfile
required
object (UrlFilteringProfileUpdateRequest)

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

patch/v1/url-filtering-profiles/{url_filtering_profile_id}
https://api.ntt.com/dsigw-erg/v1/url-filtering-profiles/{url_filtering_profile_id}

Request samples

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

Response samples

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

Delete Url-Filtering-Profile

Delete an Url-Filtering-Profile resource.

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

The keystone token.

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

delete/v1/url-filtering-profiles/{url_filtering_profile_id}
https://api.ntt.com/dsigw-erg/v1/url-filtering-profiles/{url_filtering_profile_id}

Response samples

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