saml server profile - Flexible Security Service API References (1.0.0)

Download OpenAPI specification:Download

manage certificate profiles

Authentication

X-Auth-Token

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

saml-server-profile

Get SAML Server Profiles

Get saml server 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.

name
string ^[a-zA-Z0-9-_]{1,21}$

A name of the resource.

tenantId
string ^[a-fA-F0-9]{32}$

ID of the tenant to which the resource belongs.

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

ID of the service group to which the resource belongs.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

503

Service Unavailable

get/v1/saml-server-profiles
https://api.ntt.com/fsec-ers/v1/saml-server-profiles

Response samples

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

Create SAML Server Profile

Create saml server profiles resource.

Authorizations:
Request Body schema: application/json
samlServerProfile
required
object (SamlServerProfileCreateRequest)

Responses

202

OK

400

Bad Request

401

Unauthorized

409

Conflict

500

Internal Server Error

503

Service Unavailable

post/v1/saml-server-profiles
https://api.ntt.com/fsec-ers/v1/saml-server-profiles

Request samples

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

Response samples

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

Get SAML Server Profile

Get saml server profile resource.

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

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

503

Service Unavailable

get/v1/saml-server-profiles/{saml_server_profile_id}
https://api.ntt.com/fsec-ers/v1/saml-server-profiles/{saml_server_profile_id}

Response samples

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

Delete SAML Server Profile

Delete saml server profile resource.

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

Responses

202

OK

400

Bad Request

401

Unauthorized

404

Not Found

409

Conflict

500

Internal Server Error

503

Service Unavailable

delete/v1/saml-server-profiles/{saml_server_profile_id}
https://api.ntt.com/fsec-ers/v1/saml-server-profiles/{saml_server_profile_id}

Response samples

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