HIP object - Flexible Security Service API References (1.2.1)
Download OpenAPI specification:Download
create HIP object only once.
Create HIP object
Create HIP object only once.
Authorizations:
Request Body schema: application/json
hipObject required | object (HipObjectCreateRequest) |
Responses
202
OK
400
Bad Request
401
Unauthorized
500
Internal Server Error
503
Service Unavailable
post/v1/hip-object
https://api.ntt.com/fsec-ers/v1/hip-object
Request samples
- Payload
Content type
application/json
Copy
Expand all Collapse all {- "hipObject": {
- "fraGroupId": "12345678-1234-1234-1234-1234567890a2",
- "hipObjects": [
- {
- "name": "hipObject1",
- "hostId": "00:00:00:00:00:00"
}, - {
- "name": "hipObject2",
- "hostId": "12345678-1234-1234-1234-1234567890a3"
}
]
}
}
Response samples
- 202
- 400
- 401
- 500
- 503
Content type
application/json
Copy
Expand all Collapse all {- "hipObject": {
- "fraGroupId": "12345678-1234-1234-1234-1234567890a2",
- "hipObjects": [
- {
- "name": "hipObject1",
- "hostId": "00:00:00:00:00:00"
}, - {
- "name": "hipObject2",
- "hostId": "12345678-1234-1234-1234-1234567890a3"
}
], - "tenantId": "1234567890abcdef1234567890abcdef",
- "operationId": "12345678-1234-1234-1234-1234567890a4",
- "createdAt": "2024-01-01T00:00:00Z"
}
}