Os Version - Flexible Security Service API References (1.0.0)

Download OpenAPI specification:Download

Os Version are the resource accommodation units.

Authentication

X-Auth-Token

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

os-version

Get Os Versions

Get Os Version 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.

serviceType
string
Value: "FRA"

A service type of the resource.

status
string
Enum: "ACTIVE" "INACTIVE" "DEPRECATED"

A status of the resource.

Responses

200

OK

400

Bad Request

401

Unauthorized

500

Internal Server Error

503

Service Unavailable

get/v1/os-versions
https://api.ntt.com/fsec-ers/v1/os-versions

Response samples

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

Get Os Version

Get Os Version resource.

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

Responses

201

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

503

Service Unavailable

get/v1/os-versions/{os_version_id}
https://api.ntt.com/fsec-ers/v1/os-versions/{os_version_id}

Response samples

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