Last updated 4 months ago
Was this helpful?
Type of the identity, available: platform, firmware, workload, metadata
Must be set to true
true
GET /v1/auth/ratls/identities/{type}/?list=true HTTP/1.1 Host: Accept: */*
OK
{ "auth": {}, "data": { "keys": [ {} ] } }
Name of the identity
GET /v1/auth/ratls/identities/{type}/{name}/?list=true HTTP/1.1 Host: Accept: */*
Creation timestamp, set by the plugin
GET /v1/auth/ratls/identities/{type}/{name}/{created} HTTP/1.1 Host: Accept: */*
{ "auth": {}, "data": { "created": 1, "name": "text", "type": "text", "values": {} } }
DELETE /v1/auth/ratls/identities/{type}/{name}/{created} HTTP/1.1 Host: Accept: */*
No content
GET /v1/auth/ratls/identities/?list=true HTTP/1.1 Host: Accept: */*
Values for the identity
{}
PUT /v1/auth/ratls/identities HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 53 { "created": 1, "name": "text", "type": "text", "values": {} }