Resend OTAP
Version 1.0.44
Endpoint
POST
undefined/service/{id}/resendOTAProfile
Copy
This operation creates a ResendOTAP entity. (TMF 640)
oauth2
Get a JWT Token from AT&T's Azure AD
x-amf-describedBy:
headers:
Authorization:
responses:
200:
body:
application/json:
properties:
token_type:
default:Bearer
example:Bearer
expires_in:
format:int
ext_expires_in:
format:int
access_token:
example:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
400:
body:
application/json:
properties:
error:
example:unauthorized_client
error_description:
example:AADSTS700016: Application with identifier '6bb2748d-d916-4534-9145-ee8f598d2e01' was not found in the directory 'e741d71c-c6b6-47b0-803c-0f3b32b07556'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.\r\nTrace ID: b82bea2f-5ee3-48a4-9774-4143176a6900\r\nCorrelation ID: b57403ef-e775-49f6-b40f-009ba759c301\r\nTimestamp: 2021-06-30 21:12:34Z
error_codes:
items:
format:int
timestamp:
example:2021-06-30 21:12:34Z
trace_id:
example:b82bea2f-5ee3-48a4-9774-4143176a6900
correlation_id:
example:b57403ef-e775-49f6-b40f-009ba759c301
error_uri:
example:https://login.microsoftonline.com/error?code=700016
x-amf-settings:
authorizationGrants:
0:client_credentials
clientCredentials:
tokenUrl:https://login.microsoftonline.com/e741d71c-c6b6-47b0-803c-0f3b32b07556/oauth2/v2.0/token
scopes:
*:
Query Parameters
Path Parameters
Body Parameters
Responses
Created
Body
application/json
REQUEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383curl --request POST \
--url 'https://example.com/service/string/resendOTAProfile?@type=string' \
--header 'accept: application/json;charset=utf-8' \
--header 'content-type: application/json' \
--data '
{
"sim": {
"sim": "string",
"imsi": "string",
"usageState": "idle",
"href": "string",
"name": "string",
"@schemaLocation": "string",
"activationFeature": [
{
"id": "string",
"isBundle": false,
"isEnabled": false,
"name": "string",
"constraint": [
{
"id": "string",
"href": "string",
"name": "string",
"version": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string",
"@referredType": "string"
}
],
"featureCharacteristic": [
{
"id": "string",
"name": "string",
"valueType": "string",
"characteristicRelationship": [
{
"id": "string",
"relationshipType": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"value": {
"type": "object"
},
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification"
}
],
"featureRelationship": [
{
"id": "string",
"name": "string",
"relationshipType": "string",
"validFor": {
"endDateTime": "1985-04-12T23:20:50.52Z",
"startDateTime": "1985-04-12T23:20:50.52Z",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
},
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"resourceSpecification": {
"id": "string",
"href": "string",
"name": "string",
"version": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string",
"@referredType": "string"
},
"resourceVersion": "string",
"id": "string",
"relatedParty": [
{
"id": "string",
"href": "string",
"name": "string",
"role": "string",
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification",
"@referredType": "string"
}
],
"place": {
"id": "string",
"href": "string",
"name": "string",
"role": "string",
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification",
"@referredType": "string"
},
"attachment": [
{
"id": "4aafacbd-11ff-4dc8-b445-305f2215715f",
"href": "http://host/Attachment/4aafacbd-11ff-4dc8-b445-305f2215715f",
"attachmentType": "video",
"content": "string",
"description": "Photograph of the Product",
"mimeType": "string",
"name": "string",
"url": "http://host/Content/4aafacbd-11ff-4dc8-b445-305f2215715f",
"size": {
"amount": 0,
"units": "string"
},
"validFor": {
"endDateTime": "1985-04-12T23:20:50.52Z",
"startDateTime": "1985-04-12T23:20:50.52Z",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
},
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string",
"@referredType": "string"
}
],
"administrativeState": "locked",
"resourceStatus": "standby",
"@type": "string",
"category": "string",
"note": [
{
"id": "string",
"author": "string",
"date": "string",
"text": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"@basetype": "string",
"endOperatingDate": "string",
"resourceCharacteristic": [
{
"id": "string",
"name": "string",
"valueType": "string",
"characteristicRelationship": [
{
"id": "string",
"relationshipType": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"value": {
"type": "object"
},
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification"
}
],
"startOperatingDate": "string",
"description": "string",
"resourceRelationship": [
{
"relationshipType": "string",
"resource": {
"id": "string",
"href": "string",
"category": "string",
"description": "string",
"endOperatingDate": "string",
"name": "string",
"resourceVersion": "string",
"startOperatingDate": "string",
"activationFeature": [
{
"id": "string",
"isBundle": false,
"isEnabled": false,
"name": "string",
"constraint": [
{
"id": "string",
"href": "string",
"name": "string",
"version": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string",
"@referredType": "string"
}
],
"featureCharacteristic": [
{
"id": "string",
"name": "string",
"valueType": "string",
"characteristicRelationship": [
{
"id": "string",
"relationshipType": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"value": {
"type": "object"
},
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification"
}
],
"featureRelationship": [
{
"id": "string",
"name": "string",
"relationshipType": "string",
"validFor": {
"endDateTime": "1985-04-12T23:20:50.52Z",
"startDateTime": "1985-04-12T23:20:50.52Z",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
},
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"administrativeState": "locked",
"attachment": [
{
"id": "4aafacbd-11ff-4dc8-b445-305f2215715f",
"href": "http://host/Attachment/4aafacbd-11ff-4dc8-b445-305f2215715f",
"attachmentType": "video",
"content": "string",
"description": "Photograph of the Product",
"mimeType": "string",
"name": "string",
"url": "http://host/Content/4aafacbd-11ff-4dc8-b445-305f2215715f",
"size": {
"amount": 0,
"units": "string"
},
"validFor": {
"endDateTime": "1985-04-12T23:20:50.52Z",
"startDateTime": "1985-04-12T23:20:50.52Z",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
},
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string",
"@referredType": "string"
}
],
"note": [
{
"id": "string",
"author": "string",
"date": "string",
"text": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"operationalState": "enable",
"place": {
"id": "string",
"href": "string",
"name": "string",
"role": "string",
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification",
"@referredType": "string"
},
"relatedParty": [
{
"id": "string",
"href": "string",
"name": "string",
"role": "string",
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification",
"@referredType": "string"
}
],
"resourceCharacteristic": [
{
"id": "string",
"name": "string",
"valueType": "string",
"characteristicRelationship": [
{
"id": "string",
"relationshipType": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"value": {
"type": "object"
},
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification"
}
],
"resourceSpecification": {
"id": "string",
"href": "string",
"name": "string",
"version": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string",
"@referredType": "string"
},
"resourceStatus": "standby",
"usageState": "idle",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string",
"@referredType": "string"
},
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"operationalState": "enable",
"overrideParkSimIndicator": "string"
},
"@schemaLocation": "string",
"wirelessLoopIndicator": false,
"mode": "FULL",
"marketInfo": {
"serviceArea": "string",
"serviceZipCode": "string",
"href": "string",
"name": "string",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"id": "string",
"role": "string",
"localMarket": "string",
"@type": "LogicalResourceSpecification",
"@basetype": "ResourceSpecification",
"billingMarket": "string",
"billingSubMarket": "string",
"billingSystemId": "string",
"@referredType": "string"
},
"@type": "string",
"@basetype": "string"
}
'RESPONSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112{
"id": "string",
"href": "string",
"response": {
"code": "string",
"reason": "string",
"message": "string",
"status": "string"
},
"operationId": "string",
"mode": "FULL",
"wirelessLoopIndicator": true,
"serviceRef": {
"id": "string",
"href": "string",
"name": "string",
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification",
"@referredType": "string"
},
"sim": {
"id": "string",
"href": "string",
"name": "string",
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification",
"@referredType": "string",
"sim": "string",
"imsi": "string",
"overrideParkSimIndicator": "string"
},
"billingMarket": {
"id": "string",
"href": "string",
"code": "string",
"description": "string",
"name": "string",
"status": "string",
"calendar": [
{
"day": "string",
"status": "string",
"timeZone": "string",
"hourPeriod": [
{
"endHour": "string",
"startHour": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"place": [
{
"id": "string",
"href": "string",
"name": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string",
"@referredType": "string"
}
],
"relatedParty": [
{
"id": "string",
"href": "string",
"name": "string",
"role": "string",
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification",
"@referredType": "string"
}
],
"siteRelationship": [
{
"id": "string",
"href": "string",
"relationshipType": "string",
"role": "string",
"validFor": {
"endDateTime": "1985-04-12T23:20:50.52Z",
"startDateTime": "1985-04-12T23:20:50.52Z",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
},
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string",
"billingMarket": "string",
"billingSubMarket": "string",
"localMarket": "string"
},
"state": "done",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}