saml server profile - Flexible Security Service API References (1.0.0)
Download OpenAPI specification:Download
manage certificate profiles
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
- 200
- 400
- 401
- 500
- 503
Content type
application/json
Copy
Expand all Collapse all {- "samlServerProfiles": [
- {
- "id": "12345678-1234-1234-1234-1234567890a1",
- "name": "saml-server-profile-a",
- "description": "saml-server-profile-a",
- "includedEndpoint": [
- "nttcom-0123456-gw0.fra.ntt.com",
- "nttcom-0123456-gw1.fra.ntt.com",
- "nttcom-0123456-portal.fra.ntt.com"
], - "checksum": "e1ac5446165bc0cf31e41056bceec6bd719284175777af0a6bb10bd2cf4e9e9d",
- "operationStatus": "COMPLETE",
- "fraGroupId": "12345678-1234-1234-1234-1234567890b1",
- "serviceGroupId": "12345678-1234-1234-1234-1234567890c1",
- "tenantId": "1234567890abcdef1234567890abcdef",
- "updatedAt": "2022-06-01T06:00:00.000Z",
- "createdAt": "2022-06-01T00:00:00.000Z"
}, - {
- "id": "12345678-1234-1234-1234-1234567890a2",
- "name": "saml-server-profile-b",
- "description": "saml-server-profile-b",
- "includedEndpoint": [
- "nttcom-0123456-gw0.fra.ntt.com"
], - "checksum": "e1ac5446165bc0cf31e41056bceec6bd719284175777af0a6bb10bd2cf4e9e9d",
- "operationStatus": "COMPLETE",
- "fraGroupId": "12345678-1234-1234-1234-1234567890b2",
- "serviceGroupId": "12345678-1234-1234-1234-1234567890c1",
- "tenantId": "1234567890abcdef1234567890abcdef",
- "updatedAt": "2022-06-01T06:00:00.000Z",
- "createdAt": "2022-06-01T00:00:00.000Z"
}
]
}
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
- Payload
Content type
application/json
Copy
Expand all Collapse all {- "samlServerProfile": {
- "name": "saml-server-profile-a",
- "description": "saml-server-profile-a",
- "metadataEncoding": "base64",
- "metadata": "<encoded_metadata>",
- "includedEndpoint": [
- "nttcom-0123456-gw0.fra.ntt.com",
- "nttcom-0123456-gw1.fra.ntt.com",
- "nttcom-0123456-portal.fra.ntt.com"
], - "fraGroupId": "12345678-1234-1234-1234-1234567890b1"
}
}
Response samples
- 202
- 400
- 401
- 409
- 500
- 503
Content type
application/json
Copy
Expand all Collapse all {- "samlServerProfile": {
- "id": "12345678-1234-1234-1234-1234567890a1",
- "name": "saml-server-profile-a",
- "description": "saml-server-profile-a",
- "includedEndpoint": [
- "nttcom-0123456-gw0.fra.ntt.com",
- "nttcom-0123456-gw1.fra.ntt.com",
- "nttcom-0123456-portal.fra.ntt.com"
], - "checksum": "e1ac5446165bc0cf31e41056bceec6bd719284175777af0a6bb10bd2cf4e9e9d",
- "operationStatus": "PROCESSING",
- "fraGroupId": "12345678-1234-1234-1234-1234567890b1",
- "serviceGroupId": "12345678-1234-1234-1234-1234567890c1",
- "tenantId": "1234567890abcdef1234567890abcdef",
- "updatedAt": "2022-06-01T06:00:00.000Z",
- "createdAt": "2022-06-01T00:00:00.000Z",
- "operationId": "12345678-1234-1234-1234-1234567890c1"
}
}
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
- 200
- 400
- 401
- 404
- 500
- 503
Content type
application/json
Copy
Expand all Collapse all {- "samlServerProfile": {
- "id": "12345678-1234-1234-1234-1234567890a1",
- "name": "saml-server-profile-a",
- "description": "saml-server-profile-a",
- "includedEndpoint": [
- "nttcom-0123456-gw0.fra.ntt.com",
- "nttcom-0123456-gw1.fra.ntt.com",
- "nttcom-0123456-portal.fra.ntt.com"
], - "checksum": "e1ac5446165bc0cf31e41056bceec6bd719284175777af0a6bb10bd2cf4e9e9d",
- "operationStatus": "COMPLETE",
- "fraGroupId": "12345678-1234-1234-1234-1234567890b1",
- "serviceGroupId": "12345678-1234-1234-1234-1234567890c1",
- "tenantId": "1234567890abcdef1234567890abcdef",
- "updatedAt": "2022-06-01T06:00:00.000Z",
- "createdAt": "2022-06-01T00:00:00.000Z"
}
}
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
- 202
- 400
- 401
- 404
- 409
- 500
- 503
Content type
application/json
Copy
Expand all Collapse all {- "samlServerProfile": {
- "id": "12345678-1234-1234-1234-1234567890a1",
- "name": "saml-server-profile-a",
- "description": "saml-server-profile-a",
- "includedEndpoint": [
- "nttcom-0123456-gw0.fra.ntt.com",
- "nttcom-0123456-gw1.fra.ntt.com",
- "nttcom-0123456-portal.fra.ntt.com"
], - "checksum": "e1ac5446165bc0cf31e41056bceec6bd719284175777af0a6bb10bd2cf4e9e9d",
- "operationStatus": "PROCESSING",
- "fraGroupId": "12345678-1234-1234-1234-1234567890b1",
- "serviceGroupId": "12345678-1234-1234-1234-1234567890c1",
- "tenantId": "1234567890abcdef1234567890abcdef",
- "updatedAt": "2022-06-01T06:00:00.000Z",
- "createdAt": "2022-06-01T00:00:00.000Z",
- "operationId": "12345678-1234-1234-1234-1234567890c1"
}
}