certificate 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}

certificate-profile

Get Certificate Profiles

Get certificate 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,255}$

A name of the resource.

configType
string
Enum: "MFA" "MgmtAccess"

Functional labels related to profiles.

owner
string
Enum: "user" "system"

Who is the owner of the certificate.

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/certificate-profiles
https://api.ntt.com/fsec-ers/v1/certificate-profiles

Response samples

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

Create Certificate Profile

Create certificate profiles resource.

Authorizations:
Request Body schema: application/json
certificateProfile
required
object (CertificateProfileCreateRequest)

Responses

202

OK

400

Bad Request

401

Unauthorized

409

Conflict

500

Internal Server Error

503

Service Unavailable

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

Request samples

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

Response samples

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

Get Certificate Profile

Get certificate profile resource.

Authorizations:
path Parameters
certificate_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/certificate-profiles/{certificate_profile_id}
https://api.ntt.com/fsec-ers/v1/certificate-profiles/{certificate_profile_id}

Response samples

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

Delete Certificate Profile

Delete certificate profile resource.

Authorizations:
path Parameters
certificate_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/certificate-profiles/{certificate_profile_id}
https://api.ntt.com/fsec-ers/v1/certificate-profiles/{certificate_profile_id}

Response samples

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

Export Certificate file

Export certificate file only when owner is system.

Authorizations:
path Parameters
certificate_profile_id
required
string ^[a-fA-F0-9]{8}(-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}$
Request Body schema: application/json
certificateProfile
required
object (CertificateProfileExportRequest)

Responses

200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

503

Service Unavailable

post/v1/certificate-profiles/{certificate_profile_id}/export
https://api.ntt.com/fsec-ers/v1/certificate-profiles/{certificate_profile_id}/export

Request samples

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

Response samples

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